Envato Notifications Sales
Basic Envato Notifications Sales
什么是Envato Notifications Sales?
Envato Notifications Sales是由https://jodacame.com开发的Chrome扩展程序,该扩展的主要功能是“Basic Envato Notifications Sales”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
} | |