UnOfficial Fiverr Notifications
UnOfficial Fiverr Chrome Extentions
UnOfficial Fiverr Notificationsคืออะไร?
UnOfficial Fiverr Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ilias Haddad และคุณลักษณะหลักของมันคือ "UnOfficial Fiverr Chrome Extentions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UnOfficial Fiverr Notifications
ดาวน์โหลดไฟล์ส่วนขยาย UnOfficial Fiverr Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save Your Time on Checking Buyer Requests and Focus On What Matters Note: You need to logged in with Fiverr account to be able to receive notification Source Code (Github Repo): https://github.com/IliasHad/fiverr_chrome_extension If you have any feedback or suggestions about this chrome extension, you can just fill this form https://forms.gle/S8sh2Bw4EE9sN9Xx6 and I'll reply asap
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UnOfficial Fiverr Notifications |
ID | dpiiceilamhnhfmifmopmgoncpndlppa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa |
คำอธิบาย | UnOfficial Fiverr Chrome Extentions |
ขนาดไฟล์ | 18.96 KB |
จำนวนการติดตั้ง | 1,362 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-09-21 |
วันที่เผยแพร่ | 2019-05-02 |
คะแนน | 3.84/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Ilias Haddad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnOfficial Fiverr Notifications", "version": "1.0.1", "description": "UnOfficial Fiverr Chrome Extentions", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/geek-16.png", "32": "img\/geek-32.png", "48": "img\/geek-48.png", "128": "img\/geek-128.png" } }, "permissions": [ "storage", "notifications", "background", "http:\/\/www.fiverr.com\/", "https:\/\/www.fiverr.com\/" ], "web_accessible_resources": [ "img\/geek-48.png" ], "manifest_version": 2 } |