Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Wat is Fiverr Live?
Fiverr Live is een Chrome-extensie ontwikkeld door fiverrlive.team, en de belangrijkste functie is "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie Fiverr Live
Download Fiverr Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | meniajlclmhalihioggcnidncbongfde |
Officiële URL | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
Beschrijving | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
Bestandsgrootte | 194 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2019-07-24 |
Publicatiedatum | 2019-07-24 |
Beoordeling | 5.00/5 Totaal 16 Beoordelingen |
Ontwikkelaar | fiverrlive.team |
[email protected] | |
Betalingswijze | in_store |
Extensiewebsite | http://fiverrlive.com |
Help Pagina-URL | http://fiverrlive.com |
Ondersteunde Talen | 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" ] } |