AdOps Tool

This extension contains userful tools for the ad operations

Что такое AdOps Tool?

AdOps Tool - это расширение Chrome, разработанное Arun Kumar, и его основная функция - "This extension contains userful tools for the ad operations".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AdOps Tool

Скачайте файлы расширений AdOps Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        It contains useful tools for the ad operations such as the cpm calculator.                    

Основная информация о расширении

Название AdOps Tool AdOps Tool
ID plnpekoagmmojjlfdlmhfcmcekljmaic
Официальный URL https://chrome.google.com/webstore/detail/adops-tool/plnpekoagmmojjlfdlmhfcmcekljmaic
Описание This extension contains userful tools for the ad operations
Размер файла 32.43 KB
Количество установок 198
Текущая Версия 2.0
Последнее Обновление 2015-09-06
Дата публикации 2015-09-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Arun Kumar
Тип оплаты free
Поддерживаемые языки 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"
    ]
}