Yotpo Support Tool

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

Cos'è Yotpo Support Tool?

Yotpo Support Tool è un'estensione di Chrome sviluppata da Yotpo, e la sua funzione principale è "The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yotpo Support Tool

Scarica i file di estensione Yotpo Support Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Yotpo Support Tool Yotpo Support Tool
ID ggbmidfnhocfelicoaeiekoijnhgoplm
URL Ufficiale https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm
Descrizione The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Dimensione del File 56.46 KB
Conteggio Installazioni 243
Versione Corrente 1.6.1
Ultimo Aggiornamento 2020-11-05
Data di Pubblicazione 2020-10-08
Sviluppatore Yotpo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}