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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://pocketdoor.com/support/faq |
عنوان صفحة سياسة الخصوصية | 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": [ " |