Yotpo Backoffice

Guarenteed to make your life better!

Yotpo Backofficeคืออะไร?

Yotpo Backoffice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eperez และคุณลักษณะหลักของมันคือ "Guarenteed to make your life better!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yotpo Backoffice

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/"
    ]
}