Send to MyInfo (legacy)

Sends text selection or current web page URL to Myinfo

Qu'est-ce que Send to MyInfo (legacy) ?

Send to MyInfo (legacy) est une extension Chrome développée par https://www.myinfoapp.com, et sa fonction principale est "Sends text selection or current web page URL to Myinfo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Send to MyInfo (legacy)

Téléchargez les fichiers d'extension Send to MyInfo (legacy) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Send to MyInfo (legacy) Send to MyInfo (legacy)
ID fkcplcakolplbgpmchocnnnmjihgckdp
URL Officiel https://chromewebstore.google.com/detail/send-to-myinfo-legacy/fkcplcakolplbgpmchocnnnmjihgckdp
Description Sends text selection or current web page URL to Myinfo
Taille du Fichier 11.55 KB
Nombre d'Installations 454
Version Actuelle 2.4.0
Dernière Mise à Jour 2021-10-15
Date de Publication 2017-10-28
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://www.myinfoapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome
URL de la Page d'Aide https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome
URL de la Page de Politique de Confidentialité https://www.myinfoapp.com/privacy
Langues Prises en Charge 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
}