Pocketdoor Add Item
Add an item to Pocketdoor from the URL you are viewing!
Pocketdoor Add Item là gì?
Pocketdoor Add Item là một tiện ích mở rộng Chrome được phát triển bởi https://pocketdoor.com, và tính năng chính của nó là "Add an item to Pocketdoor from the URL you are viewing!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pocketdoor Add Item
Tải xuống các tệp mở rộng Pocketdoor Add Item dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pocketdoor Add Item |
ID | pmhpnfeddjapicbhgflgnceblelmlbjj |
URL Chính Thức | https://chromewebstore.google.com/detail/pocketdoor-add-item/pmhpnfeddjapicbhgflgnceblelmlbjj |
Mô tả | Add an item to Pocketdoor from the URL you are viewing! |
Kích Thước Tệp | 1.84 MB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.2.91 |
Cập Nhật Lần Cuối | 2019-10-10 |
Ngày Phát Hành | 2019-10-10 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://pocketdoor.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pocketdoor.com |
URL Trang Trợ Giúp | https://pocketdoor.com/support/faq |
URL Trang Chính Sách Bảo Mật | https://pocketdoor.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |