Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Vad är Fiverr Live?
Fiverr Live är en Chrome-tillägg utvecklad av fiverrlive.team, och dess huvudfunktion är "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
Tilläggsskärmbilder
Ladda ner Fiverr Live-förlängningens CRX-fil
Ladda ner Fiverr Live-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | meniajlclmhalihioggcnidncbongfde |
Officiell webbadress | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
Beskrivning | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
Filstorlek | 194 KB |
Antal Installationer | 81 |
Aktuell Version | 0.0.0.4 |
Senast Uppdaterad | 2019-07-24 |
Publiceringsdatum | 2019-07-24 |
Betyg | 5.00/5 Totalt 16 Betyg |
Utvecklare | fiverrlive.team |
E-post | [email protected] |
Betalningssätt | in_store |
Tilläggswebbplats | http://fiverrlive.com |
Hjälpsida URL | http://fiverrlive.com |
Stödda Språk | 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" ] } |