Quick Text Share

Quick Text Share provides an easy way to transfer text from computer to mobile.

Was ist Quick Text Share?

Quick Text Share ist eine Chrome-Erweiterung, die von Sharabh Technologies Pvt Ltd entwickelt wurde, und ihr Hauptmerkmal ist "Quick Text Share provides an easy way to transfer text from computer to mobile.".

Erweiterungsscreenshots

screenshot

Quick Text Share-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Text Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quick Text Share is most awaited package that simplifies your day to day task. Believe it or not you have faced this situation somewhere in your daily life when you want to share some data like name, phone number, email id, url or any other information from your computer to your mobile. In that situation, what you normally do, email it to your mobile phone, yes we all do the same thing before this application came in existence, but have you ever thought, how you will share that information if you don't have any working internet connection either in mobile or computer or both. Quick Text Share extension comes to rescue. Just install it and experience a new way to share data without any internet connection.

 --Features--
-> Quick support
-> Interactive UI
-> Small size
-> Works without Internet                    

Grundlegende Informationen zur Erweiterung

Name Quick Text Share Quick Text Share
ID kjccmaifbigomiimgkjoikakbghldgoa
Offizielle URL https://chrome.google.com/webstore/detail/quick-text-share/kjccmaifbigomiimgkjoikakbghldgoa
Beschreibung Quick Text Share provides an easy way to transfer text from computer to mobile.
Dateigröße 160 KB
Installationsanzahl 75
Aktuelle Version 1.0.1
Letztes Update 2014-11-07
Veröffentlichungsdatum 2014-11-07
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Sharabh Technologies Pvt Ltd
Zahlungsart free
Erweiterungswebsite http://www.quicktextshare.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Text Share",
    "version": "1.0.1",
    "description": "Quick Text Share provides an easy way to transfer text from computer to mobile.",
    "browser_action": {
        "default_title": "Quick Text Share",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_1.png",
        "48": "icon_2.png",
        "128": "icon_3.png"
    },
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}