OrgOrg Firefox

Examine source code of OrgOrg

Inspect and view changes in OrgOrg source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OrgOrg",
  "description": "Organize your organization",
  "version": "2.3.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ef99e89-4b42-4837-8dfc-1bab7438f9a2}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction",
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/orgorg_icon16.png",
    "32": "icons/orgorg_icon32.png",
    "48": "icons/orgorg_icon48.png",
    "64": "icons/orgorg_icon64.png",
    "128": "icons/orgorg_icon128.png",
    "256": "icons/orgorg_icon256.png"
  },
  "omnibox": {
    "keyword": "org"
  },
  "browser_action": {
    "default_title": "OrgOrg",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "256": "icons/orgorg_icon256.png"
    }
  },
  "sidebar_action": {
    "default_title": "OrgOrg CRM",
    "default_panel": "sidepanel/sidepanel.html"
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "permissions": [
    "alarms",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "contextMenus",
    "menus",
    "declarativeNetRequestWithHostAccess",
    "<all_urls>",
    "storage",
    "scripting",
    "clipboardWrite",
    "management"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://orgorg.com/*",
        "http://localhost/*"
      ],
      "js": [
        "localfiles/localfiles.js"
      ]
    },
    {
      "matches": [
        "https://orgorg.com/*",
        "http://localhost/*"
      ],
      "js": [
        "extension-installed.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://orgorg.com/*",
        "http://localhost/recorder*"
      ],
      "js": [
        "recorder/start-recorder.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/snipit/keyboard-overlay.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content/crm/linkedin-save.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content/crm/gmail-save.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://pro.builtwith.com/report/list/*"
      ],
      "js": [
        "content/crm/builtwith-save.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://bookface.ycombinator.com/*"
      ],
      "js": [
        "content/crm/bookface-save.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best OrgOrg Alternatives

Here are some Firefox add-ons that are similar to OrgOrg: