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
官方網址 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
}