Yotpo Support Tool
The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets
Co to jest Yotpo Support Tool?
Yotpo Support Tool to rozszerzenie Chrome opracowane przez Yotpo, a jego główną funkcją jest „The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yotpo Support Tool
Pobierz pliki rozszerzeń Yotpo Support Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Yotpo Support Tool |
ID | ggbmidfnhocfelicoaeiekoijnhgoplm |
Oficjalny URL | https://chromewebstore.google.com/detail/yotpo-support-tool/ggbmidfnhocfelicoaeiekoijnhgoplm |
Opis | The internal Yotpo support tool. Extracts appkey, product ID, and Star Ratings. Also for testing Rich Snippets |
Rozmiar pliku | 56.46 KB |
Liczba instalacji | 243 |
Aktualna Wersja | 1.6.1 |
Ostatnia Aktualizacja | 2020-11-05 |
Data Publikacji | 2020-10-08 |
Deweloper | Yotpo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |