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はYotpoによって開発されたChromeの拡張機能で、その主な機能は「The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets」です。

拡張機能のスクリーンショット

screenshot

Yotpo Support Tool拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}