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
官方網址 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
電子郵箱 [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"
    ]
}