Influencer Engage

Turn the entire web into an influencer database using the influence.co chrome browser extension.

Influencer Engageคืออะไร?

Influencer Engage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://influence.co และคุณลักษณะหลักของมันคือ "Turn the entire web into an influencer database using the influence.co chrome browser extension."

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

screenshot
screenshot

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

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

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

                        Turn the entire web into an influencer database using the influence.co chrome browser extension. Anytime an influencer’s Instagram or Twitter accounts appear on a webpage, the browser extension’s icon will change to inform you that there are matches in the influence.co database.                    

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

ชื่อ Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
คำอธิบาย Turn the entire web into an influencer database using the influence.co chrome browser extension.
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 2,822
เวอร์ชันปัจจุบัน 0.15
อัปเดตครั้งล่าสุด 2021-06-16
วันที่เผยแพร่ 2018-01-21
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://influence.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://influence.co
URL หน้านโยบายความเป็นส่วนตัว https://influence.co/go/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Influencer Engage",
    "description": "Turn the entire web into an influencer database using the influence.co chrome browser extension.",
    "version": "0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inpage.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon-color.png"
    },
    "browser_action": {
        "default_icon": "icon-bw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/influence.co\/"
    ]
}