Pocketdoor Add Item

Add an item to Pocketdoor from the URL you are viewing!

Pocketdoor Add Item란 무엇입니까?

Pocketdoor Add Item은(는) https://pocketdoor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add an item to Pocketdoor from the URL you are viewing!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pocketdoor Add Item 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pocketdoor projects have happy homeowners!

The Pocketdoor Add Item extension allows designers, builders and homeowners to easily add products and product options to their Buy Lists, or add images to their Inspire boards.

Click the button to add:
 - Inspire board images: pics of designs you love 
 - Buy List options: products you are considering 
 - Buy List products: items you have selected 

At Pocketdoor® we believe that home improvement projects can be as delightful as the home. Pocketdoor provides applications that make home improvement projects more enjoyable for architects, designers, contractors and homeowners. 

Don't manage your product purchases with spreadsheets and email! Use Pocketdoor to keep everyone on the same page.                    

확장 프로그램 기본 정보

이름 Pocketdoor Add Item Pocketdoor Add Item
ID pmhpnfeddjapicbhgflgnceblelmlbjj
공식 URL https://chromewebstore.google.com/detail/pocketdoor-add-item/pmhpnfeddjapicbhgflgnceblelmlbjj
설명 Add an item to Pocketdoor from the URL you are viewing!
파일 크기 1.84 MB
설치 횟수 35
현재 버전 1.2.91
최근 업데이트 2019-10-10
출시 날짜 2019-10-10
평점 5.00/5 총 12 개의 평점
개발자 https://pocketdoor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pocketdoor.com
도움말 페이지 URL https://pocketdoor.com/support/faq
개인정보 보호 정책 페이지 URL https://pocketdoor.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocketdoor Add Item",
    "short_name": "Pocketdoor",
    "version": "1.2.91",
    "default_locale": "en",
    "description": "Add an item to Pocketdoor from the URL you are viewing!",
    "icons": {
        "16": "icons\/pocketdoor16.png",
        "48": "icons\/pocketdoor48.png",
        "128": "icons\/pocketdoor128.png"
    },
    "permissions": [
        "https:\/\/app.pocketdoor.com\/*",
        "tabs",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Add to Pocketdoor",
        "default_icon": {
            "16": "icons\/20.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png",
            "50": "icons\/50.png"
        },
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.pocketdoor.com\/*"
            ],
            "js": [
                "getToken.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/parser.js",
                "\/static\/js\/0.chunk.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}