Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Was ist Fiverr Live?
Fiverr Live ist eine Chrome-Erweiterung, die von fiverrlive.team entwickelt wurde, und ihr Hauptmerkmal ist "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
Erweiterungsscreenshots
Fiverr Live-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fiverr Live-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | meniajlclmhalihioggcnidncbongfde |
Offizielle URL | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
Beschreibung | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
Dateigröße | 194 KB |
Installationsanzahl | 81 |
Aktuelle Version | 0.0.0.4 |
Letztes Update | 2019-07-24 |
Veröffentlichungsdatum | 2019-07-24 |
Bewertung | 5.00/5 Insgesamt 16 Bewertungen |
Entwickler | fiverrlive.team |
[email protected] | |
Zahlungsart | in_store |
Erweiterungswebsite | http://fiverrlive.com |
Hilfeseite URL | http://fiverrlive.com |
Unterstützte Sprachen | 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" ] } |