Shift-It
***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Vad är Shift-It?
Shift-It är en Chrome-tillägg utvecklad av https://shift-it-psp.herokuapp.com, och dess huvudfunktion är "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".
Tilläggsskärmbilder
Ladda ner Shift-It-förlängningens CRX-fil
Ladda ner Shift-It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
***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äggande Information om Tillägg
Namn | Shift-It |
ID | khkkccmgokjjbnihhcbgacibieimibmh |
Officiell webbadress | https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh |
Beskrivning | ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever… |
Filstorlek | 766 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-07-09 |
Publiceringsdatum | 2020-07-03 |
Betyg | 5.00/5 Totalt 13 Betyg |
Utvecklare | https://shift-it-psp.herokuapp.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://shift-it-psp.herokuapp.com/ |
Hjälpsida URL | http://shift-it-psp.herokuapp.com/ |
Stödda Språk | 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" } } |