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ファイルをダウンロード

Pocketdoor Add Item拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}