Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Hvad er Fiverr Live?
Fiverr Live er en Chrome-udvidelse udviklet af fiverrlive.team, og dens hovedfunktion er "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
Udvidelsesskærmbilleder
Download Fiverr Live-udvidelses-CRX-fil
Download Fiverr Live-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | meniajlclmhalihioggcnidncbongfde |
Officiel URL | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
Beskrivelse | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
Filstørrelse | 194 KB |
Antal Installationer | 81 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2019-07-24 |
Udgivelsesdato | 2019-07-24 |
Bedømmelse | 5.00/5 Samlet 16 Bedømmelser |
Udvikler | fiverrlive.team |
[email protected] | |
Betalingsmetode | in_store |
Udvidelseswebsted | http://fiverrlive.com |
Hjælpeside-URL | http://fiverrlive.com |
Understøttede Sprog | 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" ] } |