Yotpo Support Tool
The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Co je Yotpo Support Tool?
Yotpo Support Tool je rozšíření Chrome vyvinuté Yotpo, a jeho hlavní funkcí je „The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Yotpo Support Tool
Stáhněte si soubory rozšíření Yotpo Support Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Yotpo Support Tool |
ID | ggbmidfnhocfelicoaeiekoijnhgoplm |
Oficiální URL | https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm |
Popis | The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets |
Velikost souboru | 56.46 KB |
Počet instalací | 243 |
Aktuální Verze | 1.6.1 |
Poslední Aktualizace | 2020-11-05 |
Datum Vydání | 2020-10-08 |
Vývojář | Yotpo |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } } |