Send to MyInfo (legacy)
Sends text selection or current web page URL to Myinfo
Was ist Send to MyInfo (legacy)?
Send to MyInfo (legacy) ist eine Chrome-Erweiterung, die von https://www.myinfoapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Sends text selection or current web page URL to Myinfo".
Erweiterungsscreenshots
Send to MyInfo (legacy)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Send to MyInfo (legacy)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Send to MyInfo (legacy) |
ID | fkcplcakolplbgpmchocnnnmjihgckdp |
Offizielle URL | https://chromewebstore.google.com/detail/send-to-myinfo-legacy/fkcplcakolplbgpmchocnnnmjihgckdp |
Beschreibung | Sends text selection or current web page URL to Myinfo |
Dateigröße | 11.55 KB |
Installationsanzahl | 454 |
Aktuelle Version | 2.4.0 |
Letztes Update | 2021-10-15 |
Veröffentlichungsdatum | 2017-10-28 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.myinfoapp.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
Hilfeseite URL | https://www.myinfoapp.com/addons/browser/send-to-myinfo-from-google-chrome |
URL der Datenschutzrichtlinien-Seite | https://www.myinfoapp.com/privacy |
Unterstützte Sprachen | 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 } |