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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |