Influencer Engage
Turn the entire web into an influencer database using the influence.co chrome browser extension.
什麼是Influencer Engage?
Influencer Engage是由https://influence.co開發的Chrome擴展程式,該擴展的主要功能是“Turn the entire web into an influencer database using the influence.co chrome browser extension.”。
擴展截圖
下載Influencer Engage擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | nmemjibioknipghbmhpdgbblddmncanb |
| 官方網址 | 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\/"
]
} | |