Envato desktop sales notifications
Shows off a notification when you get a new sale on an envato marketplace.
什么是Envato desktop sales notifications?
Envato desktop sales notifications是由Hogash开发的Chrome扩展程序,该扩展的主要功能是“Shows off a notification when you get a new sale on an envato marketplace.”。
扩展截图
下载Envato desktop sales notifications扩展crx文件
下载Envato desktop sales notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace.
扩展基本信息
名称 | Envato desktop sales notifications |
ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
官方URL | https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb |
简介 | Shows off a notification when you get a new sale on an envato marketplace. |
文件大小 | 62.08 KB |
安装次数 | 135 |
当前版本 | 1.0.2 |
更新时间 | 2015-02-23 |
上架时间 | 2015-02-23 |
评分 | 5.00/5 共15次评分 |
开发者 | Hogash |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Envato desktop sales notifications", "version": "1.0.2", "description": "Shows off a notification when you get a new sale on an envato marketplace.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "background": { "page": "background.html" }, "manifest_version": 2 } |