GDN Preview Generator
Preview your GDN ad in any website.
Cos'è GDN Preview Generator?
GDN Preview Generator è un'estensione di Chrome sviluppata da https://gdnpreviewgenerator.com, e la sua funzione principale è "Preview your GDN ad in any website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GDN Preview Generator
Scarica i file di estensione GDN Preview Generator 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
A complementary tool to GDN Preview Generator website.
Informazioni di Base sull'Estensione
Nome | GDN Preview Generator |
ID | bgiimmgkfddidopbkijcahdjbagojkfd |
URL Ufficiale | https://chromewebstore.google.com/detail/gdn-preview-generator/bgiimmgkfddidopbkijcahdjbagojkfd |
Descrizione | Preview your GDN ad in any website. |
Dimensione del File | 11.65 KB |
Conteggio Installazioni | 425 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-10-22 |
Data di Pubblicazione | 2020-10-20 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://gdnpreviewgenerator.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GDN Preview Generator", "version": "1.2", "description": "Preview your GDN ad in any website.", "author": "4 Thirteen Group", "manifest_version": 2, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/gdnpreviewgenerator-favicon.png" }, "icons": { "128": "images\/gdnpreviewgenerator-favicon.png" } } |