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 |
| 公式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 |
| Eメール | [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\/"
]
} | |