Yotpo Backoffice

Guarenteed to make your life better!

Yotpo Backoffice क्या है?

Yotpo Backoffice eperez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Guarenteed to make your life better!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yotpo Backoffice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/"
    ]
}