Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Smart Fiverr là gì?
Smart Fiverr là một tiện ích mở rộng Chrome được phát triển bởi https://smartfiverr.com, và tính năng chính của nó là "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Ả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 Smart Fiverr
Tải xuống các tệp mở rộng Smart Fiverr 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
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more offers, get buyer request notifications based on the GIG you provide, A money calculator for you to know how much buyer pays and what you get, A better fiverr notification with custom notification sounds you can pick from This extension keeps working till your computer is turned off. Give it a try and you'll love it
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Mô tả | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Kích Thước Tệp | 473 KB |
Số Lần Cài Đặt | 5,623 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2021-06-16 |
Ngày Phát Hành | 2021-03-08 |
Đánh Giá | 3.57/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://smartfiverr.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://smartfiverr.com |
URL Trang Trợ Giúp | https://smartfiverr.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Fiverr", "version": "1.2.7", "permissions": [ "storage", "notifications", "*:\/\/*.fiverr.com\/*", "https:\/\/*.smartfiverr.com\/*", "background", "webRequest", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.fiverr.com\/*" ], "js": [ "\/contentscripts.js" ], "css": [ "style.css" ], "all_frames": true } ], "web_accessible_resources": [ "\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |