Send to phone

Send any text to your phone

Qu'est-ce que Send to phone ?

Send to phone est une extension Chrome développée par Unknown, et sa fonction principale est "Send any text to your phone".

Télécharger le fichier CRX de l'extension Send to phone

Téléchargez les fichiers d'extension Send to phone 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

                        Use this extension to copy text on your browser to your phone.
Select a text on the browser window, click on the extension icon and it will convert your text into a QR Code. Now scan that with your phone.

Note: Does not support address bar URLs and URLs hidden behind hyperlinks                    

Informations de Base sur l'Extension

Nom Send to phone Send to phone
ID bcojbpajiiplbpaigpadkccghbfbefhl
URL Officiel https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl
Description Send any text to your phone
Taille du Fichier 3.87 KB
Nombre d'Installations 309
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-01
Date de Publication 2018-04-01
Évaluation 4.50/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to phone",
    "version": "1.0",
    "description": "Send any text to your phone",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}