UnOfficial Fiverr Notifications

UnOfficial Fiverr Chrome Extentions

UnOfficial Fiverr Notifications là gì?

UnOfficial Fiverr Notifications là một tiện ích mở rộng Chrome được phát triển bởi Ilias Haddad, và tính năng chính của nó là "UnOfficial Fiverr Chrome Extentions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UnOfficial Fiverr Notifications

Tải xuống các tệp mở rộng UnOfficial Fiverr Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UnOfficial Fiverr Notifications UnOfficial Fiverr Notifications
ID dpiiceilamhnhfmifmopmgoncpndlppa
URL Chính Thức https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa
Mô tả UnOfficial Fiverr Chrome Extentions
Kích Thước Tệp 18.96 KB
Số Lần Cài Đặt 1,362
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-09-21
Ngày Phát Hành 2019-05-02
Đánh Giá 3.84/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Ilias Haddad
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}