Pocketdoor Add Item
Add an item to Pocketdoor from the URL you are viewing!
Pocketdoor Add Itemคืออะไร?
Pocketdoor Add Item เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pocketdoor.com และคุณลักษณะหลักของมันคือ "Add an item to Pocketdoor from the URL you are viewing!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocketdoor Add Item
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |