Send to MyInfo (legacy)

Sends text selection or current web page URL to Myinfo

Send to MyInfo (legacy) là gì?

Send to MyInfo (legacy) là một tiện ích mở rộng Chrome được phát triển bởi https://www.myinfoapp.com, và tính năng chính của nó là "Sends text selection or current web page URL to Myinfo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to MyInfo (legacy)

Tải xuống các tệp mở rộng Send to MyInfo (legacy) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to MyInfo (legacy) Send to MyInfo (legacy)
ID fkcplcakolplbgpmchocnnnmjihgckdp
URL Chính Thức https://chromewebstore.google.com/detail/send-to-myinfo-legacy/fkcplcakolplbgpmchocnnnmjihgckdp
Mô tả Sends text selection or current web page URL to Myinfo
Kích Thước Tệp 11.55 KB
Số Lần Cài Đặt 454
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2021-10-15
Ngày Phát Hành 2017-10-28
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.myinfoapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome
URL Trang Trợ Giúp https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome
URL Trang Chính Sách Bảo Mật https://www.myinfoapp.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}