AdOps Tool
This extension contains userful tools for the ad operations
Cos'è AdOps Tool?
AdOps Tool è un'estensione di Chrome sviluppata da Arun Kumar, e la sua funzione principale è "This extension contains userful tools for the ad operations".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AdOps Tool
Scarica i file di estensione AdOps Tool 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
It contains useful tools for the ad operations such as the cpm calculator.
Informazioni di Base sull'Estensione
Nome | |
ID | plnpekoagmmojjlfdlmhfcmcekljmaic |
URL Ufficiale | https://chrome.google.com/webstore/detail/adops-tool/plnpekoagmmojjlfdlmhfcmcekljmaic |
Descrizione | This extension contains userful tools for the ad operations |
Dimensione del File | 32.43 KB |
Conteggio Installazioni | 198 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2015-09-06 |
Data di Pubblicazione | 2015-09-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Arun Kumar |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdOps Tool", "description": "This extension contains userful tools for the ad operations", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |