Pocketdoor Add Item

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

Qu'est-ce que Pocketdoor Add Item ?

Pocketdoor Add Item est une extension Chrome développée par https://pocketdoor.com, et sa fonction principale est "Add an item to Pocketdoor from the URL you are viewing!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pocketdoor Add Item

Téléchargez les fichiers d'extension Pocketdoor Add Item au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pocketdoor Add Item Pocketdoor Add Item
ID pmhpnfeddjapicbhgflgnceblelmlbjj
URL Officiel https://chromewebstore.google.com/detail/pocketdoor-add-item/pmhpnfeddjapicbhgflgnceblelmlbjj
Description Add an item to Pocketdoor from the URL you are viewing!
Taille du Fichier 1.84 MB
Nombre d'Installations 35
Version Actuelle 1.2.91
Dernière Mise à Jour 2019-10-10
Date de Publication 2019-10-10
Évaluation 5.00/5 Total 12 Évaluations
Développeur https://pocketdoor.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pocketdoor.com
URL de la Page d'Aide https://pocketdoor.com/support/faq
URL de la Page de Politique de Confidentialité https://pocketdoor.com/privacy
Langues Prises en Charge 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
    }
}