Yotpo Support Tool
The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Qu'est-ce que Yotpo Support Tool ?
Yotpo Support Tool est une extension Chrome développée par Yotpo, et sa fonction principale est "The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yotpo Support Tool
Téléchargez les fichiers d'extension Yotpo Support Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Yotpo Support Tool |
ID | ggbmidfnhocfelicoaeiekoijnhgoplm |
URL Officiel | https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm |
Description | The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets |
Taille du Fichier | 56.46 KB |
Nombre d'Installations | 243 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2020-11-05 |
Date de Publication | 2020-10-08 |
Développeur | Yotpo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |