Send to MyInfo (legacy)
Sends text selection or current web page URL to Myinfo
ما هو Send to MyInfo (legacy)؟
Send to MyInfo (legacy) هو إضافة Chrome تم تطويرها بواسطة https://www.myinfoapp.com، والميزة الرئيسية لها هي "Sends text selection or current web page URL to Myinfo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send to MyInfo (legacy)
قم بتنزيل ملفات الامتداد Send to MyInfo (legacy) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is the legacy MyInfo addon. For MyInfo 7 and newer, please install MyInfo Web Clipper instead. Send to MyInfo sends current web page selection (text and graphics) to MyInfo. MyInfo is a personal information manager for Windows, which helps you collect, organize, edit, store, and find personal information. Requires MyInfo 6.35 or higher.
معلومات أساسية عن التمديد
الاسم | Send to MyInfo (legacy) |
ID | fkcplcakolplbgpmchocnnnmjihgckdp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/send-to-myinfo-legacy/fkcplcakolplbgpmchocnnnmjihgckdp |
الوصف | Sends text selection or current web page URL to Myinfo |
حجم الملف | 11.55 KB |
عدد التثبيتات | 454 |
النسخة الحالية | 2.4.0 |
آخر تحديث | 2021-10-15 |
تاريخ النشر | 2017-10-28 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | https://www.myinfoapp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
عنوان صفحة المساعدة | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
عنوان صفحة سياسة الخصوصية | https://www.myinfoapp.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.4.0", "default_locale": "en", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "extension_installed.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "permissions": [ "activeTab", "contextMenus", "nativeMessaging" ], "browser_action": { "default_title": "Send to MyInfo", "default_icon": "images\/icon-16x16.png", "default_popup": "popup.html" }, "manifest_version": 2 } |