UnOfficial Fiverr Notifications
UnOfficial Fiverr Chrome Extentions
Hvad er UnOfficial Fiverr Notifications?
UnOfficial Fiverr Notifications er en Chrome-udvidelse udviklet af Ilias Haddad, og dens hovedfunktion er "UnOfficial Fiverr Chrome Extentions".
Udvidelsesskærmbilleder
Download UnOfficial Fiverr Notifications-udvidelses-CRX-fil
Download UnOfficial Fiverr Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | UnOfficial Fiverr Notifications |
ID | dpiiceilamhnhfmifmopmgoncpndlppa |
Officiel URL | https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa |
Beskrivelse | UnOfficial Fiverr Chrome Extentions |
Filstørrelse | 18.96 KB |
Antal Installationer | 1,362 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-09-21 |
Udgivelsesdato | 2019-05-02 |
Bedømmelse | 3.84/5 Samlet 19 Bedømmelser |
Udvikler | Ilias Haddad |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |