Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Fiverr Live là gì?
Fiverr Live là một tiện ích mở rộng Chrome được phát triển bởi fiverrlive.team, và tính năng chính của nó là "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
Ả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 Fiverr Live
Tải xuống các tệp mở rộng Fiverr Live 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
Fiverr Auto Reply,Be Online Anytime,Loud Notifications Fiverr Live Fiverr Live is a tool for Fiverr's top sellers to be online 24 hours and to make auto response to the first time clients while sleeping Fiverr Live is simple. Just start the Fiverr Live Fiverr. Where it’s all done.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | meniajlclmhalihioggcnidncbongfde |
URL Chính Thức | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
Mô tả | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2019-07-24 |
Ngày Phát Hành | 2019-07-24 |
Đánh Giá | 5.00/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | fiverrlive.team |
[email protected] | |
Loại Thanh Toán | in_store |
Trang Web Mở Rộng | http://fiverrlive.com |
URL Trang Trợ Giúp | http://fiverrlive.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icon-19.png", "default_popup": "popup.html", "default_title": "Fiverr Live" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/jquery-3.2.1.min.js", "js\/content_script.js", "js\/blank.js" ], "matches": [ "https:\/\/www.fiverr.com\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Fiverr Auto Reply,Be Online Anytime,Loud Notifications", "icons": { "128": "icon-48.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Fiverr Live", "short_name": "Fiverr Live", "options_page": "options.html", "permissions": [ "tabs", "alarms", "activeTab", "storage", "notifications", "https:\/\/www.fiverr.com\/*", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.4", "web_accessible_resources": [ "blank.html" ] } |