UnOfficial Fiverr Notifications

UnOfficial Fiverr Chrome Extentions

UnOfficial Fiverr Notificationsとは何ですか?

UnOfficial Fiverr NotificationsはIlias Haddadによって開発されたChromeの拡張機能で、その主な機能は「UnOfficial Fiverr Chrome Extentions」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

UnOfficial Fiverr Notifications拡張機能のCRXファイルをダウンロード

UnOfficial Fiverr Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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
}