SBKC Manegement Panel

Utilized in participation for the Small Business Knowledge Center online panel.

SBKC Manegement Panelคืออะไร?

SBKC Manegement Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sbkcenter.com และคุณลักษณะหลักของมันคือ "Utilized in participation for the Small Business Knowledge Center online panel."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SBKC Manegement Panel

ดาวน์โหลดไฟล์ส่วนขยาย SBKC Manegement Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Participating panelists on the SBKC consumer panel who install this extension can earn points by joining our opt-in digital ad tracking panel. This Chrome Extension researches digital ads that you receive when you are browsing the web. Earn points each month the extension is installed on your Chrome browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SBKC Manegement Panel SBKC Manegement Panel
ID mchgnbfnmhkcklophdcfgncpojabkgij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sbkc-manegement-panel/mchgnbfnmhkcklophdcfgncpojabkgij
คำอธิบาย Utilized in participation for the Small Business Knowledge Center online panel.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 3,088
เวอร์ชันปัจจุบัน 2.9.1
อัปเดตครั้งล่าสุด 2022-05-25
วันที่เผยแพร่ 2019-04-24
คะแนน 4.17/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://sbkcenter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.sbkcenter.com/SBKC_Privacy_Policy.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SBKC Manegement Panel",
    "description": "Utilized in participation for the Small Business Knowledge Center online panel.",
    "version": "2.9.1",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/open-dialog.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/sbkc.png",
        "default_title": "SBKC Management Panel"
    }
}