MP[tools]
A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.
ما هو MP[tools]؟
MP[tools] هو إضافة Chrome تم تطويرها بواسطة https://mpembed.com، والميزة الرئيسية لها هي "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MP[tools]
قم بتنزيل ملفات الامتداد MP[tools] بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
MP[tools] will allow you to force loading one set of Mattertags onto another Matterport space. This will allow you to open a new space with Matterport 'Edit Mode' or Workshop, populate tags from an older version of a tour and then save the tags - saving you hours of time in manually recreating them.
معلومات أساسية عن التمديد
الاسم | MP[tools] |
ID | gjdmkginjcilfklhebkbjdjkhhjngbmd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mptools/gjdmkginjcilfklhebkbjdjkhhjngbmd |
الوصف | A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing. |
حجم الملف | 407 KB |
عدد التثبيتات | 375 |
النسخة الحالية | 0.0.2.1 |
آخر تحديث | 2019-03-25 |
تاريخ النشر | 2019-03-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://mpembed.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mpembed.com/mptools/ |
عنوان صفحة المساعدة | https://mpembed.com/contact/ |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "page": "src\/background\/background.html" }, "browser_action": { "default_icon": { "16": "icons\/icon32.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "src\/inject\/scriptInjector.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "description": "A collection of power tools to help Matterport Service Providers succeed including Mattertag Transfer and Bulk Editing.", "devtools_page": "src\/ui\/devtools.html", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "43", "name": "MP[tools]", "options_page": "src\/ui\/devtoolstab.html", "permissions": [ "storage", "webRequest", "webRequestBlocking", " |