AdSpyder
Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.
AdSpyderとは何ですか?
AdSpyderはAdSpyderによって開発されたChromeの拡張機能で、その主な機能は「Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.」です。
拡張機能のスクリーンショット
AdSpyder拡張機能のCRXファイルをダウンロード
AdSpyder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AdSpyder Adfinder chrome extension enables you to check competitor ads across multiple platforms on a domain-basis. 拡張機能の基本情報
| 名前 | |
| ID | dpfdbgmgkemmfbmmjgikggnljphokpij |
| 公式URL | https://chromewebstore.google.com/detail/adspyder/dpfdbgmgkemmfbmmjgikggnljphokpij |
| 説明 | Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster. |
| ファイルサイズ | 10.32 MB |
| インストール数 | 132 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-08-30 |
| 公開日 | 2023-08-30 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | AdSpyder |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://adspyder.io/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AdSpyder",
"version": "1.0.0",
"description": "Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.",
"action": {
"default_title": "Adspyder",
"default_icon": {
"16": "Images\/icon16.png",
"32": "Images\/icon32.png",
"64": "Images\/icon64.png"
}
},
"icons": {
"16": "Images\/icon16.png",
"32": "Images\/icon32.png",
"64": "Images\/icon64.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/container.js"
],
"css": [
"content\/container.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"notifications",
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |