Yotpo Backoffice

Guarenteed to make your life better!

Was ist Yotpo Backoffice?

Yotpo Backoffice ist eine Chrome-Erweiterung, die von eperez entwickelt wurde, und ihr Hauptmerkmal ist "Guarenteed to make your life better!".

Erweiterungsscreenshots

screenshot
screenshot

Yotpo Backoffice-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yotpo Backoffice-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Yotpo Backoffice Yotpo Backoffice
ID dcjkdmmdofhgoepbkmhcfnepehddcpgn
Offizielle URL https://chromewebstore.google.com/detail/yotpo-backoffice/dcjkdmmdofhgoepbkmhcfnepehddcpgn
Beschreibung Guarenteed to make your life better!
Dateigröße 400 KB
Installationsanzahl 385
Aktuelle Version 1.8.7
Letztes Update 2023-09-22
Veröffentlichungsdatum 2022-06-27
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler eperez
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/"
    ]
}