Shift-It

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

O que é Shift-It?

Shift-It é uma extensão do Chrome desenvolvida por https://shift-it-psp.herokuapp.com, e sua principal característica é "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shift-It

Baixe arquivos de extensão Shift-It no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
URL Oficial https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
Descrição ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Tamanho do Arquivo 766 KB
Contagem de Instalações 10
Versão Atual 1.1
Última Atualização 2020-07-09
Data de Publicação 2020-07-03
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://shift-it-psp.herokuapp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://shift-it-psp.herokuapp.com/
URL da Página de Ajuda http://shift-it-psp.herokuapp.com/
Idiomas Suportados 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"
    }
}