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
电子邮箱 [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
    }
}