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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |