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!”。
擴展截圖
下載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 |
ID | pmhpnfeddjapicbhgflgnceblelmlbjj |
官方網址 | 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": [ " |