MapPost
Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.
ما هو MapPost؟
MapPost هو إضافة Chrome تم تطويرها بواسطة https://www.mappostit.com، والميزة الرئيسية لها هي "Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MapPost
قم بتنزيل ملفات الامتداد MapPost بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save and keep track of the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map, with MapPost. Your map is available on your phone, tablet, laptop and desktop computers, where and when you want it.
معلومات أساسية عن التمديد
الاسم | MapPost |
ID | pengdenaaekaepbopaaagmbhefcfcgio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mappost/pengdenaaekaepbopaaagmbhefcfcgio |
الوصف | Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map. |
حجم الملف | 48.15 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2021-06-08 |
تاريخ النشر | 2018-04-04 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | https://www.mappostit.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.mappostit.com/ |
عنوان صفحة المساعدة | https://www.mappostit.com/faq |
عنوان صفحة سياسة الخصوصية | https://mappostit.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MapPost", "description": "Save the locations you want to visit and the articles that made you want to visit there in the first place, on your very own map.", "version": "1.0.6", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_title": "Save To MapPost", "default_icon": "icon16.png" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "login.js" ], "matches": [ "*:\/\/*.mappostit.com\/dashboard\/" ], "run_at": "document_end" }, { "js": [ "jquery-3.2.1.min.js", "logout.js" ], "matches": [ "*:\/\/*.mappostit.com\/login\/?p=1" ] } ], "permissions": [ "tabs", "webNavigation", "activeTab", "contextMenus", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |