AdOps Tool
This extension contains userful tools for the ad operations
Apa itu AdOps Tool?
AdOps Tool adalah ekstensi Chrome yang dikembangkan oleh Arun Kumar, dan fitur utamanya adalah "This extension contains userful tools for the ad operations".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AdOps Tool
Unduh file ekstensi AdOps Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It contains useful tools for the ad operations such as the cpm calculator.
Informasi Dasar Ekstensi
Nama | |
ID | plnpekoagmmojjlfdlmhfcmcekljmaic |
URL Resmi | https://chrome.google.com/webstore/detail/adops-tool/plnpekoagmmojjlfdlmhfcmcekljmaic |
Deskripsi | This extension contains userful tools for the ad operations |
Ukuran File | 32.43 KB |
Jumlah Instalasi | 198 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2015-09-06 |
Tanggal Publikasi | 2015-09-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Arun Kumar |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |