Shift-It
***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Cos'è Shift-It?
Shift-It è un'estensione di Chrome sviluppata da https://shift-it-psp.herokuapp.com, e la sua funzione principale è "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shift-It
Scarica i file di estensione Shift-It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
***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)
Informazioni di Base sull'Estensione
Nome | Shift-It |
ID | khkkccmgokjjbnihhcbgacibieimibmh |
URL Ufficiale | https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh |
Descrizione | ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever… |
Dimensione del File | 766 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-07-09 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 5.00/5 Totale 13 Valutazioni |
Sviluppatore | https://shift-it-psp.herokuapp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://shift-it-psp.herokuapp.com/ |
URL della Pagina di Aiuto | http://shift-it-psp.herokuapp.com/ |
Lingue Supportate | 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" } } |