UnOfficial Fiverr Notifications
UnOfficial Fiverr Chrome Extentions
UnOfficial Fiverr Notifications क्या है?
UnOfficial Fiverr Notifications Ilias Haddad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UnOfficial Fiverr Chrome Extentions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UnOfficial Fiverr Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |