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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends text selection or current web page URL to Myinfo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send to MyInfo (legacy) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |