SmartHand Helper
Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
¿Qué es SmartHand Helper?
SmartHand Helper es una extensión de Chrome desarrollada por https://smarthand.pro, y su función principal es "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SmartHand Helper
Descarga archivos de extensión SmartHand Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting players' info from smarthand.pro in automatic mode. After you copied player's nickname, Autopaste extension pastes data from the clipboard to smarthand.pro search bar. If data for the player is available in database, the info will be displayed on the main page. We do not store your data on our servers and do not share it with third parties. But we advise you to turn off the extension after visiting the site. By installing the extension, you accept the Terms of Service and agree to the Google Privacy Policy(www.google.com/policies/). Расширение Autopaste помогает получать информацию об игроках на сайте smarthand.pro в автоматическом режиме.
Información Básica de la Extensión
Nombre | SmartHand Helper |
ID | geabnkohiapohghfjohajlebjfcaaenb |
URL Oficial | https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb |
Descripción | Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting… |
Tamaño del Archivo | 6.2 KB |
Cantidad de Instalaciones | 2,148 |
Versión Actual | 1.0.1 |
Última Actualización | 2020-09-14 |
Fecha de Publicación | 2020-09-14 |
Calificación | 4.43/5 Total de 7 Calificaciones |
Desarrollador | https://smarthand.pro |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://smarthand.pro/ |
URL de la Página de Ayuda | https://smarthand.pro/#faq |
Idiomas Soportados | ru |
manifest.json | |
{ "content_scripts": [ { "js": [ "index.js" ], "matches": [ "*:\/\/smarthand.pro\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2, "name": "SmartHand Helper", "permissions": [ "tabs", "storage", "clipboardRead", "*:\/\/smarthand.pro\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |