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은(는) http://savefor.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save For It is a budget-minded wishlist that saves all your online shopping lists in one place"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save For .It 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/"
    ]
}