GET Text from Mobile to Browser

Get text from mobile to Computer instantly

Τι είναι το GET Text from Mobile to Browser;

Το GET Text from Mobile to Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://easytatkal.com, και η κύρια λειτουργία του είναι "Get text from mobile to Computer instantly".

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

screenshot

Λήψη αρχείου CRX της επέκτασης GET Text from Mobile to Browser

Λήψη αρχείων επέκτασης GET Text from Mobile to Browser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Sends text  from mobile to desktop. You just have to CTRL+v or paste in computer browser. Sometime we feel to copy text from mobile to computer then this app will help you.
If you don't want to open your mobile for OTP again this app is for you. This app will send the otp to your browser instantly. This app requires google account, you must be login to app and browser with same google account.

How to use.
1. open https://easytatkal.com/otp.htm
2. Login into google account
3. Add this extension.
4. Install the android app https://play.google.com/store/apps/details?id=org.xsd.comxsdotptodesktop&hl=en
5. Get Access code from app and Type 4 digit access code here to validate your account and app on https://easytatkal.com/otp.htm.
6.Now you are connected and open Text and Sms option in app and click send, you will receive the text/otp in your browser instantly. You will receive the otp sms in your browser automatically when you receive SMS, and it is copied to clipboard, you just have to paste it CTRL+V

Privacy Policy: User privacy is important for us. We strictly follow user privacy policy. We don't disclose any data to any third party. We collect only your email and name. Your name and email are use for creating account. We don't show any type of ads. Learn More: https://easytatkal.com/privacy.html                    

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

Όνομα GET Text from Mobile to Browser GET Text from Mobile to Browser
ID pgallckmdlnjljbfhkmanocajcdbmend
Επίσημο URL https://chrome.google.com/webstore/detail/get-text-from-mobile-to-b/pgallckmdlnjljbfhkmanocajcdbmend
Περιγραφή Get text from mobile to Computer instantly
Μέγεθος Αρχείου 357 KB
Αριθμός Εγκαταστάσεων 338
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2018-07-30
Ημερομηνία Δημοσίευσης 2018-07-30
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://easytatkal.com
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://easytatkal.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GET Text from Mobile to Browser",
    "version": "1.0.0",
    "description": "Get  text from mobile to Computer instantly",
    "permissions": [
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "https:\/\/*.easytatkal.com\/*",
        "http:\/\/*.easytatkal.com\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.1.1.js",
            "\/js\/lib\/date.js",
            "\/js\/strophejs-1.2.14\/strophe.js",
            "\/js\/strophejs-1.2.14\/src\/websocket.js",
            "\/js\/i.js",
            "\/js\/b.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "easytatkal.com\/otp"
    },
    "icons": {
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png",
        "256": "\/img\/256x256.png",
        "512": "\/img\/512x512.png",
        "1024": "\/img\/1024x1024.png"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/easytatkal.com\/otp.htm",
    "content_security_policy": "script-src 'self'  ; object-src 'self';",
    "minimum_chrome_version": "22",
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/jquery-3.1.1.js",
                "\/js\/i.js",
                "\/js\/c.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.easytatkal.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "web-accessible\/*.gif"
    ]
}