Fiverr Live
Fiverr Auto Reply,Be Online Anytime,Loud Notifications
ما هو Fiverr Live؟
Fiverr Live هو إضافة Chrome تم تطويرها بواسطة fiverrlive.team، والميزة الرئيسية لها هي "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fiverr Live
قم بتنزيل ملفات الامتداد Fiverr Live بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |