Send to phone

Send any text to your phone

Wat is Send to phone?

Send to phone is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Send any text to your phone".

Download het CRX-bestand van de extensie Send to phone

Download Send to phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Send to phone Send to phone
ID bcojbpajiiplbpaigpadkccghbfbefhl
Officiële URL https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl
Beschrijving Send any text to your phone
Bestandsgrootte 3.87 KB
Aantal Installaties 309
Huidige Versie 1.0
Laatst Bijgewerkt 2018-04-01
Publicatiedatum 2018-04-01
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}