AdSpyder
Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.
Cos'è AdSpyder?
AdSpyder è un'estensione di Chrome sviluppata da AdSpyder, e la sua funzione principale è "Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AdSpyder
Scarica i file di estensione AdSpyder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
AdSpyder Adfinder chrome extension enables you to check competitor ads across multiple platforms on a domain-basis. Informazioni di Base sull'Estensione
| Nome | |
| ID | dpfdbgmgkemmfbmmjgikggnljphokpij |
| URL Ufficiale | https://chromewebstore.google.com/detail/adspyder/dpfdbgmgkemmfbmmjgikggnljphokpij |
| Descrizione | Dominate with Adspyder: Track rivals, craft compelling ad copies, and reach goals faster. |
| Dimensione del File | 10.32 MB |
| Conteggio Installazioni | 132 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-08-30 |
| Data di Pubblicazione | 2023-08-30 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | AdSpyder |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://adspyder.io/privacy-policy |
| Lingue Supportate | 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:\/\/*\/*"
]
}
]
} | |