UnOfficial Fiverr Notifications

UnOfficial Fiverr Chrome Extentions

Co je UnOfficial Fiverr Notifications?

UnOfficial Fiverr Notifications je rozšíření Chrome vyvinuté Ilias Haddad, a jeho hlavní funkcí je „UnOfficial Fiverr Chrome Extentions“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření UnOfficial Fiverr Notifications

Stáhněte si soubory rozšíření UnOfficial Fiverr Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název UnOfficial Fiverr Notifications UnOfficial Fiverr Notifications
ID dpiiceilamhnhfmifmopmgoncpndlppa
Oficiální URL https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa
Popis UnOfficial Fiverr Chrome Extentions
Velikost souboru 18.96 KB
Počet instalací 1,362
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-09-21
Datum Vydání 2019-05-02
Hodnocení 3.84/5 Celkem 19 Hodnocení
Vývojář Ilias Haddad
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}