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. 擴展基本資訊
| 名稱 | |
| ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
| 官方網址 | 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
} | |