SmartHand Helper

Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…

Τι είναι το SmartHand Helper;

Το SmartHand Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smarthand.pro, και η κύρια λειτουργία του είναι "Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SmartHand Helper

Λήψη αρχείων επέκτασης SmartHand Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 в автоматическом режиме.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SmartHand Helper SmartHand Helper
ID geabnkohiapohghfjohajlebjfcaaenb
Επίσημο URL https://chromewebstore.google.com/detail/smarthand-helper/geabnkohiapohghfjohajlebjfcaaenb
Περιγραφή Extension for searching information and statistics about a poker room player on smarthand.pro Autopaste extension helps getting…
Μέγεθος Αρχείου 6.2 KB
Αριθμός Εγκαταστάσεων 2,148
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-09-14
Ημερομηνία Δημοσίευσης 2020-09-14
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://smarthand.pro
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://smarthand.pro/
Διεύθυνση URL της Σελίδας Βοήθειας https://smarthand.pro/#faq
Υποστηριζόμενες Γλώσσες 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"
}