Yotpo Support Tool

The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets

Hvad er Yotpo Support Tool?

Yotpo Support Tool er en Chrome-udvidelse udviklet af Yotpo, og dens hovedfunktion er "The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets".

Udvidelsesskærmbilleder

screenshot

Download Yotpo Support Tool-udvidelses-CRX-fil

Download Yotpo Support Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Features include:
* Finding and displaying the store Appkey
* eCommerce platform(beta) 
* Product ID on the current page
* Checking the installation of star ratings
* Testing Rich Snippet implementation
* Integration with JS BIN                    

Grundlæggende oplysninger om udvidelsen

Navn Yotpo Support Tool Yotpo Support Tool
ID ggbmidfnhocfelicoaeiekoijnhgoplm
Officiel URL https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm
Beskrivelse The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Filstørrelse 56.46 KB
Antal Installationer 243
Nuværende Version 1.6.1
Senest Opdateret 2020-11-05
Udgivelsesdato 2020-10-08
Udvikler Yotpo
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yotpo Support Tool",
    "description": "The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings.  Also for testing Rich Snippets",
    "version": "1.6.1",
    "icons": {
        "48": "icon.png"
    },
    "author": "Yotpo Support",
    "homepage_url": "https:\/\/www.yotpo.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Yotpo!"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}