Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
什么是Fiverr Live?
Fiverr Live是由fiverrlive.team开发的Chrome扩展程序,该扩展的主要功能是“Fiverr Auto Reply,Be Online Anytime,Loud Notifications”。
扩展截图
下载Fiverr Live扩展crx文件
下载Fiverr Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | meniajlclmhalihioggcnidncbongfde |
官方URL | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
简介 | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
文件大小 | 194 KB |
安装次数 | 81 |
当前版本 | 0.0.0.4 |
更新时间 | 2019-07-24 |
上架时间 | 2019-07-24 |
评分 | 5.00/5 共16次评分 |
开发者 | fiverrlive.team |
电子邮箱 | [email protected] |
付费类型 | in_store |
扩展官网 | http://fiverrlive.com |
帮助页面URL | http://fiverrlive.com |
支持的语言 | 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" ] } |