Send to phone

Send any text to your phone

Vad är Send to phone?

Send to phone är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Send any text to your phone".

Ladda ner Send to phone-förlängningens CRX-fil

Ladda ner Send to phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Send to phone Send to phone
ID bcojbpajiiplbpaigpadkccghbfbefhl
Officiell webbadress https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl
Beskrivning Send any text to your phone
Filstorlek 3.87 KB
Antal Installationer 309
Aktuell Version 1.0
Senast Uppdaterad 2018-04-01
Publiceringsdatum 2018-04-01
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}