Shift-It

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

Что такое Shift-It?

Shift-It - это расширение Chrome, разработанное https://shift-it-psp.herokuapp.com, и его основная функция - "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Shift-It

Скачайте файлы расширений Shift-It в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
Официальный URL https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
Описание ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
Размер файла 766 KB
Количество установок 10
Текущая Версия 1.1
Последнее Обновление 2020-07-09
Дата публикации 2020-07-03
Рейтинг 5.00/5 Всего 13 оценок
Разработчик https://shift-it-psp.herokuapp.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://shift-it-psp.herokuapp.com/
URL страницы помощи http://shift-it-psp.herokuapp.com/
Поддерживаемые языки 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"
    }
}