MyInfo Web Clipper

MyInfo Web Clipper

Qu'est-ce que MyInfo Web Clipper ?

MyInfo Web Clipper est une extension Chrome développée par https://www.myinfoapp.com, et sa fonction principale est "MyInfo Web Clipper".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MyInfo Web Clipper

Téléchargez les fichiers d'extension MyInfo Web Clipper 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

                        Send web snippets, articles, bookmarks, and PDFs to MyInfo directly from your browser.

MyInfo is a personal information manager for Windows, which helps you collect, organize, edit, store, and find personal information.

Requires MyInfo 7.0.9 (latest build) or higher.                    

Informations de Base sur l'Extension

Nom MyInfo Web Clipper MyInfo Web Clipper
ID ceebdjjioegmkcofkpjfgicchkebfpdh
URL Officiel https://chromewebstore.google.com/detail/myinfo-web-clipper/ceebdjjioegmkcofkpjfgicchkebfpdh
Description MyInfo Web Clipper
Taille du Fichier 168 KB
Nombre d'Installations 632
Version Actuelle 1.0.9
Dernière Mise à Jour 2022-03-22
Date de Publication 2021-03-27
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.myinfoapp.com
Email [email protected]
Type de Paiement free
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",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "MyInfo Web Clipper",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        }
    },
    "version": "1.0.9",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}