Fiverr Star Notification
This extension will update favicon based on count of messages in inbox
Fiverr Star Notificationคืออะไร?
Fiverr Star Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scrape-shopify.com และคุณลักษณะหลักของมันคือ "This extension will update favicon based on count of messages in inbox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiverr Star Notification
ดาวน์โหลดไฟล์ส่วนขยาย Fiverr Star Notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing the Fiver Star Notification Icon Change Extension! This innovative browser extension is designed to enhance your experience by providing an eye-catching notification icon for your message notifications. As a freelancer or buyer, staying updated with your message notifications is crucial for timely communication and response to job offers, messages, and order updates. However, the standard notification icon on Fiver might not always catch your attention amidst the sea of other icons on your browser toolbar. With the Notification Icon Change Extension, you have the power to transform your notification icon into something that truly stands out. The extension offers attractive icons, ensuring that you'll never miss an important notification again. Here's how it works: after installing the extension, you'll gain access to a diverse collection of notification icons inspired by Fiver's vibrant marketplace. These icons feature eye-catching designs and colors that will make your message notifications impossible to ignore. Not only does this extension make your notifications more noticeable, but it also adds a touch of fun and excitement to your daily interactions. Each time a new notification arrives, you'll be greeted by a visually engaging icon that injects a sense of anticipation into your journey. Stay on top of your Fiver game with the Notification Icon Change Extension. Never let an important notification slip by unnoticed again. Embrace a more personalized and captivating experience, and let your notification icon reflect the uniqueness of your freelance journey. Install the extension today and elevate your message notifications to a whole new level!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fiverr Star Notification |
ID | mnkniaieijkfecgibhlmijhfjjemkihm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fiverr-star-notification/mnkniaieijkfecgibhlmijhfjjemkihm |
คำอธิบาย | This extension will update favicon based on count of messages in inbox |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2024-02-22 |
วันที่เผยแพร่ | 2023-06-26 |
ผู้พัฒนา | https://scrape-shopify.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://scrape-shopify.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fiverr Star Notification", "description": "This extension will update favicon based on count of messages in inbox", "version": "1.0.7", "manifest_version": 3, "icons": { "16": "\/assets\/images\/logo.png", "32": "\/assets\/images\/logo.png", "48": "\/assets\/images\/logo.png", "128": "\/assets\/images\/logo.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/images\/logo.png", "32": "\/assets\/images\/logo.png", "48": "\/assets\/images\/logo.png", "128": "\/assets\/images\/logo.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.fiverr.com\/*" ], "css": [ "\/assets\/css\/fiverr.css" ], "js": [ "\/assets\/scripts\/content-script.js" ] } ], "background": { "service_worker": "\/assets\/scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "\/assets\/fi-favicons\/fi-0.jpg", "\/assets\/fi-favicons\/fi-1.jpg", "\/assets\/fi-favicons\/fi-2.jpg", "\/assets\/fi-favicons\/fi-3.jpg", "\/assets\/fi-favicons\/fi-4.jpg", "\/assets\/fi-favicons\/fi-5.jpg", "\/assets\/fi-favicons\/fi-6.jpg", "\/assets\/fi-favicons\/fi-7.jpg", "\/assets\/fi-favicons\/fi-8.jpg", "\/assets\/fi-favicons\/fi-9.jpg", "\/assets\/fi-favicons\/fi-10.jpg", "\/assets\/fi-favicons\/fi-11.jpg", "\/assets\/fi-favicons\/fi-20.jpg", "\/assets\/fi-favicons\/fi-30.jpg", "\/assets\/fi-favicons\/fi-40.jpg", "\/assets\/fi-favicons\/fi-50.jpg", "\/assets\/fi-favicons\/fi-60.jpg", "\/assets\/fi-favicons\/fi-70.jpg", "\/assets\/fi-favicons\/fi-80.jpg", "\/assets\/fi-favicons\/fi-90.jpg", "\/assets\/fi-favicons\/fi-100.jpg" ], "matches": [ "https:\/\/*.fiverr.com\/*" ] } ], "permissions": [ "tabs", "storage", "alarms" ] } |