Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Qu'est-ce que Fiverr Live ?
Fiverr Live est une extension Chrome développée par fiverrlive.team, et sa fonction principale est "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fiverr Live
Téléchargez les fichiers d'extension Fiverr Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | meniajlclmhalihioggcnidncbongfde |
URL Officiel | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
Description | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
Taille du Fichier | 194 KB |
Nombre d'Installations | 81 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2019-07-24 |
Date de Publication | 2019-07-24 |
Évaluation | 5.00/5 Total 16 Évaluations |
Développeur | fiverrlive.team |
[email protected] | |
Type de Paiement | in_store |
Site Web de l'Extension | http://fiverrlive.com |
URL de la Page d'Aide | http://fiverrlive.com |
Langues Prises en Charge | 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" ] } |