Company View

Company View Sidebar

Company Viewとは何ですか?

Company Viewはhttps://www.sizo4sales.comによって開発されたChromeの拡張機能で、その主な機能は「Company View Sidebar」です。

拡張機能のスクリーンショット

screenshot

Company View拡張機能のCRXファイルをダウンロード

Company View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Company View Company View
ID opbjemapogihmebblangmmncaboncohk
公式URL https://chromewebstore.google.com/detail/company-view/opbjemapogihmebblangmmncaboncohk
説明 Company View Sidebar
ファイルサイズ 34.77 KB
インストール数 72
現在のバージョン 1.2
最終更新日 2017-06-22
公開日 2017-06-22
評価 5.00/5 合計 2 レビュー
開発者 https://www.sizo4sales.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.sizosalestools.com/
プライバシーポリシーページのURL https://www.sizo4sales.com/privacy
対応言語 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"
    ]
}