Marketplaces Monitor

This extension adds Envato markets analytics tool to your browser.

Что такое Marketplaces Monitor?

Marketplaces Monitor - это расширение Chrome, разработанное https://marketplaces-monitor.createit.pl, и его основная функция - "This extension adds Envato markets analytics tool to your browser.".

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

screenshot
screenshot
screenshot

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

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

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

                        Analytics tool for Envato Markets - ThemeForest and CodeCanyon. Thanks to this addon, you'll be able to track sales, comments and rating of any item. 

Click on "details" button will bring you to sophisticated analytics tool, which includes turnover, profits and detailed logs data of both item and seller.

To use this tool, simply install it and navigate to any item on ThemeForest or CodeCanyon. Then click on "Marketplaces Monitor" tab next to "item details" while being on item page.                    

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

Название Marketplaces Monitor Marketplaces Monitor
ID chfhaijddmlpcecjlkeecpapafkbecfe
Официальный URL https://chromewebstore.google.com/detail/marketplaces-monitor/chfhaijddmlpcecjlkeecpapafkbecfe
Описание This extension adds Envato markets analytics tool to your browser.
Размер файла 49.68 KB
Количество установок 23
Текущая Версия 1
Последнее Обновление 2013-04-25
Дата публикации 2013-04-25
Рейтинг 3.83/5 Всего 6 оценок
Разработчик https://marketplaces-monitor.createit.pl
Тип оплаты free
URL страницы помощи http://marketplaces-monitor.createit.pl/faq
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension adds Envato markets analytics tool to your browser.",
    "name": "Marketplaces Monitor",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/themeforest.net\/item\/*",
                "http:\/\/codecanyon.net\/item\/*",
                "http:\/\/graphicriver.net\/item\/*",
                "http:\/\/activeden.net\/item\/*",
                "http:\/\/audiojungle.net\/item\/*",
                "http:\/\/videohive.net\/item\/*",
                "http:\/\/3docean.net\/item\/*",
                "http:\/\/photodune.net\/item\/*",
                "http:\/\/marketplaces-monitor.createit.pl\/*"
            ],
            "js": [
                "jquery.js",
                "monitor.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1"
}