Yotpo Backoffice

Guarenteed to make your life better!

Cos'è Yotpo Backoffice?

Yotpo Backoffice è un'estensione di Chrome sviluppata da eperez, e la sua funzione principale è "Guarenteed to make your life better!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Yotpo Backoffice

Scarica i file di estensione Yotpo Backoffice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Yotpo Backoffice Yotpo Backoffice
ID dcjkdmmdofhgoepbkmhcfnepehddcpgn
URL Ufficiale https://chromewebstore.google.com/detail/yotpo-backoffice/dcjkdmmdofhgoepbkmhcfnepehddcpgn
Descrizione Guarenteed to make your life better!
Dimensione del File 400 KB
Conteggio Installazioni 385
Versione Corrente 1.8.7
Ultimo Aggiornamento 2023-09-22
Data di Pubblicazione 2022-06-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore eperez
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}