Shift-It

***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…

Was ist Shift-It?

Shift-It ist eine Chrome-Erweiterung, die von https://shift-it-psp.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".

Erweiterungsscreenshots

screenshot
screenshot

Shift-It-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shift-It-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

                        ***REQUIRES ANDROID APPLICATION***
Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/

Ever feel an urge to just shift the content you are browsing in your phone in just a click? With shift-it we are trying to provide a hassle-free experience for the user in a single click.And the transfers are completely secure with a fantastic user experience devoid of any irritating ads.

One click transfers

PC to phone(more to be added shortly)                    

Grundlegende Informationen zur Erweiterung

Name Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
Offizielle URL https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
Beschreibung ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Dateigröße 766 KB
Installationsanzahl 10
Aktuelle Version 1.1
Letztes Update 2020-07-09
Veröffentlichungsdatum 2020-07-03
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler https://shift-it-psp.herokuapp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://shift-it-psp.herokuapp.com/
Hilfeseite URL http://shift-it-psp.herokuapp.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shift-It",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/www.gstatic.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    }
}