Envato Notifications Sales

Basic Envato Notifications Sales

什麼是Envato Notifications Sales?

Envato Notifications Sales是由https://jodacame.com開發的Chrome擴展程式,該擴展的主要功能是“Basic Envato Notifications Sales”。

擴展截圖

screenshot

下載Envato Notifications Sales擴展crx文件

下載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
官方網址 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"
        ]
    }
}