Yotpo Backoffice

Guarenteed to make your life better!

What is Yotpo Backoffice?

Yotpo Backoffice is a Chrome extension developed by eperez, and its main feature is "Guarenteed to make your life better!".

Extension Screenshots

screenshot
screenshot

Download Yotpo Backoffice Extension CRX File

Download Yotpo Backoffice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Yotpo Backoffice Yotpo Backoffice
ID dcjkdmmdofhgoepbkmhcfnepehddcpgn
Official URL https://chromewebstore.google.com/detail/yotpo-backoffice/dcjkdmmdofhgoepbkmhcfnepehddcpgn
Description Guarenteed to make your life better!
File Size 400 KB
Installation Count 385
Current Version 1.8.7
Last Updated 2023-09-22
Publish Date 2022-06-27
Rating 5.00/5 Total 5 Ratings
Developer eperez
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/"
    ]
}