Fiverr Live

Fiverr Auto Reply,Be Online Anytime,Loud Notifications

Apa itu Fiverr Live?

Fiverr Live adalah ekstensi Chrome yang dikembangkan oleh fiverrlive.team, dan fitur utamanya adalah "Fiverr Auto Reply,Be Online Anytime,Loud Notifications".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fiverr Live

Unduh file ekstensi Fiverr Live dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fiverr Live Fiverr Live
ID meniajlclmhalihioggcnidncbongfde
URL Resmi https://chrome.google.com/webstore/detail/fiverr-live/meniajlclmhalihioggcnidncbongfde
Deskripsi Fiverr Auto Reply,Be Online Anytime,Loud Notifications
Ukuran File 194 KB
Jumlah Instalasi 81
Versi Saat Ini 0.0.0.4
Terakhir Diperbarui 2019-07-24
Tanggal Publikasi 2019-07-24
Penilaian 5.00/5 Total 16 Penilaian
Pengembang fiverrlive.team
Email [email protected]
Tipe Pembayaran in_store
Situs Ekstensi http://fiverrlive.com
URL Halaman Bantuan http://fiverrlive.com
Bahasa yang Didukung 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"
    ]
}