Company View

Company View Sidebar

What is Company View?

Company View is a Chrome extension developed by https://www.sizo4sales.com, and its main feature is "Company View Sidebar".

Extension Screenshots

screenshot

Download Company View Extension CRX File

Download Company View 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

                        Companyview is een online webapplicatie van Sizo. Met CompanyView heb je 24 uur per dag, zeven dagen per week toegang tot alle voor jouw relevante informatie over alle bedrijven in Nederland. Vraag vandaag nog je account aan via [email protected] of bel naar 072-711 26 35                    

Extension Basic Information

Name Company View Company View
ID opbjemapogihmebblangmmncaboncohk
Official URL https://chromewebstore.google.com/detail/company-view/opbjemapogihmebblangmmncaboncohk
Description Company View Sidebar
File Size 34.77 KB
Installation Count 72
Current Version 1.2
Last Updated 2017-06-22
Publish Date 2017-06-22
Rating 5.00/5 Total 2 Ratings
Developer https://www.sizo4sales.com
Email [email protected]
Payment Type free
Extension Website https://www.sizosalestools.com/
Privacy Policy Page URL https://www.sizo4sales.com/privacy
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Company View",
    "manifest_version": 2,
    "description": "Company View Sidebar",
    "version": "1.2",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Company View"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js.min"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "iframe.html",
        "iframe.css.min",
        "iframe.js.min"
    ]
}