Envato Notifications Sales
Basic Envato Notifications Sales
Envato Notifications Sales là gì?
Envato Notifications Sales là một tiện ích mở rộng Chrome được phát triển bởi https://jodacame.com, và tính năng chính của nó là "Basic Envato Notifications Sales".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Envato Notifications Sales
Tải xuống các tệp mở rộng Envato Notifications Sales dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Envato Notifications Sales |
ID | helmefkledpmbmlkelnpcjdepilkpnem |
URL Chính Thức | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
Mô tả | Basic Envato Notifications Sales |
Kích Thước Tệp | 45.62 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2014-10-31 |
Ngày Phát Hành | 2014-10-31 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://jodacame.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |