AsyncGo Topic Creator

Easily create AsyncGo topics for your team from any page, such as your ticketing system, documents, articles, or chat.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "AsyncGo Topic Creator",
  "homepage_url": "https://asyncgo.com",
  "version": "1.0",
  "description": "Easily create AsyncGo topics for your team from any page, such as your ticketing system, documents, articles, or chat.",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "background": {
    "scripts": [
      "asyncgo.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}