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"
}