Company View

Company View Sidebar

Company Viewคืออะไร?

Company View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sizo4sales.com และคุณลักษณะหลักของมันคือ "Company View Sidebar"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Company View

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}