Send to MyInfo (legacy)
Sends text selection or current web page URL to Myinfo
What is Send to MyInfo (legacy)?
Send to MyInfo (legacy) is a Chrome extension developed by https://www.myinfoapp.com, and its main feature is "Sends text selection or current web page URL to Myinfo".
Extension Screenshots
Download Send to MyInfo (legacy) Extension CRX File
Download Send to MyInfo (legacy) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Send to MyInfo (legacy) |
ID | fkcplcakolplbgpmchocnnnmjihgckdp |
Official URL | https://chromewebstore.google.com/detail/send-to-myinfo-legacy/fkcplcakolplbgpmchocnnnmjihgckdp |
Description | Sends text selection or current web page URL to Myinfo |
File Size | 11.55 KB |
Installation Count | 454 |
Current Version | 2.4.0 |
Last Updated | 2021-10-15 |
Publish Date | 2017-10-28 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://www.myinfoapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
Help Page URL | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
Privacy Policy Page URL | https://www.myinfoapp.com/privacy |
Supported Languages | 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 } |