Save For .It

Save For It is a budget-minded wishlist that saves all your online shopping lists in one place

Что такое Save For .It?

Save For .It - это расширение Chrome, разработанное http://savefor.it, и его основная функция - "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Save For .It

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

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

                        SaveFor.it is a browser addon that helps you plan for future purchases. Think of it as a simple wish list and budgeting app, all based in the cloud.

Visit https://savefor.it for more information.                    

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

Название Save For .It Save For .It
ID clcokgoaockckcnlbhhjlodcimghlbkg
Официальный URL https://chrome.google.com/webstore/detail/save-for-it/clcokgoaockckcnlbhhjlodcimghlbkg
Описание Save For It is a budget-minded wishlist that saves all your online shopping lists in one place
Размер файла 20.8 KB
Количество установок 23
Текущая Версия 1.0.3.1
Последнее Обновление 2015-11-12
Дата публикации 2015-11-12
Разработчик http://savefor.it
Тип оплаты free
Официальный сайт расширения https://savefor.it
URL страницы помощи https://savefor.it/help/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save For .It",
    "description": "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place",
    "version": "1.0.3.1",
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Click to save for it!"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}