Envato Notifications Sales

Basic Envato Notifications Sales

Envato Notifications Salesคืออะไร?

Envato Notifications Sales เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jodacame.com และคุณลักษณะหลักของมันคือ "Basic Envato Notifications Sales"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Envato Notifications Sales

ดาวน์โหลดไฟล์ส่วนขยาย Envato Notifications Sales ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Basic Envato Sales Notification

- New Sales
- Desktop Notification
- Sales Month Count

** The plugins refresh data every 5 minutes
** Go to options and set your config                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Envato Notifications Sales Envato Notifications Sales
ID helmefkledpmbmlkelnpcjdepilkpnem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem
คำอธิบาย Basic Envato Notifications Sales
ขนาดไฟล์ 45.62 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2014-10-31
วันที่เผยแพร่ 2014-10-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://jodacame.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Envato Notifications Sales",
    "description": "Basic Envato Notifications Sales",
    "version": "1.4",
    "icons": {
        "16": "icon.png",
        "48": "icon_64.png",
        "128": "icon_64.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/maxcdn.bootstrapcdn.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}