Yotpo Support Tool

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

Τι είναι το Yotpo Support Tool;

Το Yotpo Support Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yotpo, και η κύρια λειτουργία του είναι "The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Yotpo Support Tool

Λήψη αρχείων επέκτασης Yotpo Support Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Yotpo Support Tool Yotpo Support Tool
ID ggbmidfnhocfelicoaeiekoijnhgoplm
Επίσημο URL https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm
Περιγραφή The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Μέγεθος Αρχείου 56.46 KB
Αριθμός Εγκαταστάσεων 243
Τρέχουσα Έκδοση 1.6.1
Τελευταία Ενημέρωση 2020-11-05
Ημερομηνία Δημοσίευσης 2020-10-08
Προγραμματιστής Yotpo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}