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
公式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
Eメール [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"
        ]
    }
}