Fiverr Live

Fiverr Auto Reply,Be Online Anytime,Loud Notifications

什麼是Fiverr Live?

Fiverr Live是由fiverrlive.team開發的Chrome擴展程式,該擴展的主要功能是“Fiverr Auto Reply,Be Online Anytime,Loud Notifications”。

擴展截圖

screenshot

下載Fiverr Live擴展crx文件

下載Fiverr Live擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Fiverr Auto Reply,Be Online Anytime,Loud Notifications

Fiverr Live

Fiverr Live is a tool for Fiverr's top sellers to be online 24 hours and to make auto response to the first time clients while sleeping

Fiverr Live is simple. 
Just start the Fiverr Live

Fiverr. Where it’s all done.                    

擴展基本資訊

名稱 Fiverr Live Fiverr Live
ID meniajlclmhalihioggcnidncbongfde
官方網址 https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde
簡介 Fiverr Auto Reply,Be Online Anytime,Loud Notifications
檔案大小 194 KB
安裝次數 81
目前版本 0.0.0.4
更新時間 2019-07-24
上架時間 2019-07-24
評分 5.00/5 共 16 次評分
開發者 fiverrlive.team
電子郵箱 [email protected]
付費類型 in_store
擴展官網 http://fiverrlive.com
說明頁面URL http://fiverrlive.com
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html",
        "default_title": "Fiverr Live"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content_script.js",
                "js\/blank.js"
            ],
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Fiverr Auto Reply,Be Online Anytime,Loud Notifications",
    "icons": {
        "128": "icon-48.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Fiverr Live",
    "short_name": "Fiverr Live",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/www.fiverr.com\/*",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.4",
    "web_accessible_resources": [
        "blank.html"
    ]
}