Pocketdoor Add Item
Add an item to Pocketdoor from the URL you are viewing!
What is Pocketdoor Add Item?
Pocketdoor Add Item is a Chrome extension developed by https://pocketdoor.com, and its main feature is "Add an item to Pocketdoor from the URL you are viewing!".
Extension Screenshots
Download Pocketdoor Add Item Extension CRX File
Download Pocketdoor Add Item extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pocketdoor Add Item |
ID | pmhpnfeddjapicbhgflgnceblelmlbjj |
Official URL | https://chromewebstore.google.com/detail/pocketdoor-add-item/pmhpnfeddjapicbhgflgnceblelmlbjj |
Description | Add an item to Pocketdoor from the URL you are viewing! |
File Size | 1.84 MB |
Installation Count | 35 |
Current Version | 1.2.91 |
Last Updated | 2019-10-10 |
Publish Date | 2019-10-10 |
Rating | 5.00/5 Total 12 Ratings |
Developer | https://pocketdoor.com |
[email protected] | |
Payment Type | free |
Extension Website | https://pocketdoor.com |
Help Page URL | https://pocketdoor.com/support/faq |
Privacy Policy Page URL | https://pocketdoor.com/privacy |
Supported Languages | 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": [ " |