Yotpo Backoffice

Guarenteed to make your life better!

Apa itu Yotpo Backoffice?

Yotpo Backoffice adalah ekstensi Chrome yang dikembangkan oleh eperez, dan fitur utamanya adalah "Guarenteed to make your life better!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Yotpo Backoffice

Unduh file ekstensi Yotpo Backoffice 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

                        An extension to help troubleshoot and get an overview of a yotpo account                    

Informasi Dasar Ekstensi

Nama Yotpo Backoffice Yotpo Backoffice
ID dcjkdmmdofhgoepbkmhcfnepehddcpgn
URL Resmi https://chromewebstore.google.com/detail/yotpo-backoffice/dcjkdmmdofhgoepbkmhcfnepehddcpgn
Deskripsi Guarenteed to make your life better!
Ukuran File 400 KB
Jumlah Instalasi 385
Versi Saat Ini 1.8.7
Terakhir Diperbarui 2023-09-22
Tanggal Publikasi 2022-06-27
Penilaian 5.00/5 Total 5 Penilaian
Pengembang eperez
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yotpo Backoffice",
    "description": "Guarenteed to make your life better!",
    "version": "1.8.7",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Yotpo Backoffice",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/cdn-widgetsrepository.yotpo.com\/v1\/loader\/*",
        "https:\/\/cdn-ui-assets.yotpo.com\/*",
        "http:\/\/cdn-ui-assets.yotpo.com\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}