Shift-It

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

Hvad er Shift-It?

Shift-It er en Chrome-udvidelse udviklet af https://shift-it-psp.herokuapp.com, og dens hovedfunktion er "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Shift-It-udvidelses-CRX-fil

Download Shift-It-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ***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)                    

Grundlæggende oplysninger om udvidelsen

Navn Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
Officiel URL https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
Beskrivelse ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Filstørrelse 766 KB
Antal Installationer 10
Nuværende Version 1.1
Senest Opdateret 2020-07-09
Udgivelsesdato 2020-07-03
Bedømmelse 5.00/5 Samlet 13 Bedømmelser
Udvikler https://shift-it-psp.herokuapp.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://shift-it-psp.herokuapp.com/
Hjælpeside-URL http://shift-it-psp.herokuapp.com/
Understøttede Sprog 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"
    }
}