Yotpo Backoffice

Guarenteed to make your life better!

什么是Yotpo Backoffice?

Yotpo Backoffice是由eperez开发的Chrome扩展程序,该扩展的主要功能是“Guarenteed to make your life better!”。

扩展截图

screenshot
screenshot

下载Yotpo Backoffice扩展crx文件

下载Yotpo Backoffice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Yotpo Backoffice Yotpo Backoffice
ID dcjkdmmdofhgoepbkmhcfnepehddcpgn
官方URL https://chromewebstore.google.com/detail/yotpo-backoffice/dcjkdmmdofhgoepbkmhcfnepehddcpgn
简介 Guarenteed to make your life better!
文件大小 400 KB
安装次数 385
当前版本 1.8.7
更新时间 2023-09-22
上架时间 2022-06-27
评分 5.00/5 共5次评分
开发者 eperez
电子邮箱 [email protected]
付费类型 free
支持的语言 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:\/\/*\/"
    ]
}