Pocketdoor Add Item

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

Pocketdoor Add Item क्या है?

Pocketdoor Add Item https://pocketdoor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add an item to Pocketdoor from the URL you are viewing!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pocketdoor Add Item एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}