UnOfficial Fiverr Notifications
UnOfficial Fiverr Chrome Extentions
Qu'est-ce que UnOfficial Fiverr Notifications ?
UnOfficial Fiverr Notifications est une extension Chrome développée par Ilias Haddad, et sa fonction principale est "UnOfficial Fiverr Chrome Extentions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UnOfficial Fiverr Notifications
Téléchargez les fichiers d'extension UnOfficial Fiverr Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | UnOfficial Fiverr Notifications |
ID | dpiiceilamhnhfmifmopmgoncpndlppa |
URL Officiel | https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa |
Description | UnOfficial Fiverr Chrome Extentions |
Taille du Fichier | 18.96 KB |
Nombre d'Installations | 1,362 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-09-21 |
Date de Publication | 2019-05-02 |
Évaluation | 3.84/5 Total 19 Évaluations |
Développeur | Ilias Haddad |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |