Send to MyInfo (legacy)
Sends text selection or current web page URL to Myinfo
Send to MyInfo (legacy)란 무엇입니까?
Send to MyInfo (legacy)은(는) https://www.myinfoapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends text selection or current web page URL to Myinfo"입니다.
확장 프로그램 스크린샷
Send to MyInfo (legacy) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 URL | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
개인정보 보호 정책 페이지 URL | 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 } |