1Mobile QR

1Mobile QR

Was ist 1Mobile QR?

1Mobile QR ist eine Chrome-Erweiterung, die von 1Mobile.com entwickelt wurde, und ihr Hauptmerkmal ist "1Mobile QR".

Erweiterungsscreenshots

screenshot

1Mobile QR-Erweiterungs-CRX-Datei herunterladen

Laden Sie 1Mobile QR-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

                        1Mobile QR generates QR code that is the current page URL of your Chrome, then you just need to Scan qr code use your phone to open the page or download APKs directly.                    

Grundlegende Informationen zur Erweiterung

Name 1Mobile QR 1Mobile QR
ID phfialkagiaggadjiamnpkfalklepekf
Offizielle URL https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf
Beschreibung 1Mobile QR
Dateigröße 35.22 KB
Installationsanzahl 524
Aktuelle Version 1.3
Letztes Update 2014-07-15
Veröffentlichungsdatum 2014-07-15
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler 1Mobile.com
Zahlungsart free
Erweiterungswebsite http://www.1mobile.com/
Hilfeseite URL http://apk.1mobile.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Mobile QR",
    "version": "1.3",
    "description": "1Mobile QR",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "1Mobile QR",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}