Yotpo Support Tool

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

Yotpo Support Tool là gì?

Yotpo Support Tool là một tiện ích mở rộng Chrome được phát triển bởi Yotpo, và tính năng chính của nó là "The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yotpo Support Tool

Tải xuống các tệp mở rộng Yotpo Support Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yotpo Support Tool Yotpo Support Tool
ID ggbmidfnhocfelicoaeiekoijnhgoplm
URL Chính Thức https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm
Mô tả The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Kích Thước Tệp 56.46 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2020-11-05
Ngày Phát Hành 2020-10-08
Nhà Phát Triển Yotpo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}