AdOps Tool
This extension contains userful tools for the ad operations
Co to jest AdOps Tool?
AdOps Tool to rozszerzenie Chrome opracowane przez Arun Kumar, a jego główną funkcją jest „This extension contains userful tools for the ad operations”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AdOps Tool
Pobierz pliki rozszerzeń AdOps Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It contains useful tools for the ad operations such as the cpm calculator.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | plnpekoagmmojjlfdlmhfcmcekljmaic |
Oficjalny URL | https://chrome.google.com/webstore/detail/adops-tool/plnpekoagmmojjlfdlmhfcmcekljmaic |
Opis | This extension contains userful tools for the ad operations |
Rozmiar pliku | 32.43 KB |
Liczba instalacji | 198 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2015-09-06 |
Data Publikacji | 2015-09-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Arun Kumar |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |