Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Fiverr Live क्या है?
Fiverr Live fiverrlive.team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fiverr Auto Reply,Be Online Anytime,Loud Notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiverr Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | meniajlclmhalihioggcnidncbongfde |
आधिकारिक URL | https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde |
विवरण | Fiverr Auto Reply,Be Online Anytime,Loud Notifications |
फ़ाइल का आकार | 194 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 0.0.0.4 |
अंतिम अपडेट | 2019-07-24 |
प्रकाशन तिथि | 2019-07-24 |
रेटिंग | 5.00/5 कुल 16 रेटिंग्स |
डेवलपर | fiverrlive.team |
ईमेल | [email protected] |
भुगतान के प्रकार | in_store |
एक्सटेंशन वेबसाइट | http://fiverrlive.com |
सहायता पृष्ठ URL | http://fiverrlive.com |
समर्थित भाषाएँ | 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" ] } |