Insights Magnet
Gain deeper insights!
Insights Magnetとは何ですか?
Insights MagnetはInterestGeniusによって開発されたChromeの拡張機能で、その主な機能は「Gain deeper insights!」です。
拡張機能のスクリーンショット
Insights Magnet拡張機能のCRXファイルをダウンロード
Insights Magnet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | paljncehgbhfoonejkhmnbmhbmmghajo |
公式URL | https://chrome.google.com/webstore/detail/insights-magnet/paljncehgbhfoonejkhmnbmhbmmghajo |
説明 | Gain deeper insights! |
ファイルサイズ | 29.89 KB |
インストール数 | 1,060 |
現在のバージョン | 1.0.5 |
最終更新日 | 2019-08-17 |
公開日 | 2019-08-16 |
評価 | 1.82/5 合計 11 レビュー |
開発者 | InterestGenius |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://interestgenius.com/ |
プライバシーポリシーページのURL | https://interestgenius.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insights Magnet", "description": "Gain deeper insights!", "version": "1.0.5", "author": "KP", "permissions": [ "storage", "tabs", "identity", "https:\/\/*.facebook.com\/*" ], "icons": { "19": "icons\/target19.png", "48": "icons\/target48.png", "128": "icons\/target128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/ads\/audience-insights\/*" ], "js": [ "content_script.js", "axios.js" ], "css": [ "content_css.css" ], "run_at": "document_end" } ] } |