CompanyHub

Extension for CompanyHub

What is CompanyHub?

CompanyHub is a Chrome extension developed by https://www.companyhub.com, and its main feature is "Extension for CompanyHub".

Extension Screenshots

screenshot
screenshot
screenshot

Download CompanyHub Extension CRX File

Download CompanyHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        • Track email opens and link clicks
• Schedule emails
• Get follow up reminders                    

Extension Basic Information

Name CompanyHub CompanyHub
ID nhihgjaeigaadkpleponnbjdhpfccpmn
Official URL https://chromewebstore.google.com/detail/companyhub/nhihgjaeigaadkpleponnbjdhpfccpmn
Description Extension for CompanyHub
File Size 1.01 MB
Installation Count 566
Current Version 9.0
Last Updated 2023-01-24
Publish Date 2020-02-25
Rating 4.67/5 Total 12 Ratings
Developer https://www.companyhub.com
Email [email protected]
Payment Type free
Extension Website http://www.companyhub.com
Help Page URL http://www.companyhub.com
Privacy Policy Page URL https://companyhub.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CompanyHub",
    "version": "9.0",
    "short_name": "Extension for CompanyHub",
    "description": "Extension for CompanyHub",
    "icons": {
        "16": "icons\/ch-logo-16.png",
        "48": "icons\/ch-logo-48.png",
        "128": "icons\/ch-logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/default.css",
                "css\/tempous-dominus.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "css": [
                "css\/default.css",
                "css\/tempous-dominus.css"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}