Shift-It

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

Co to jest Shift-It?

Shift-It to rozszerzenie Chrome opracowane przez https://shift-it-psp.herokuapp.com, a jego główną funkcją jest „***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Shift-It

Pobierz pliki rozszerzeń Shift-It w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
Oficjalny URL https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
Opis ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Rozmiar pliku 766 KB
Liczba instalacji 10
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-07-09
Data Publikacji 2020-07-03
Ocena 5.00/5 Łącznie 13 Oceny
Deweloper https://shift-it-psp.herokuapp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://shift-it-psp.herokuapp.com/
Adres URL Strony Pomocy http://shift-it-psp.herokuapp.com/
Obsługiwane Języki 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"
    }
}