MyInfo Web Clipper

MyInfo Web Clipper

Wat is MyInfo Web Clipper?

MyInfo Web Clipper is een Chrome-extensie ontwikkeld door https://www.myinfoapp.com, en de belangrijkste functie is "MyInfo Web Clipper".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MyInfo Web Clipper

Download MyInfo Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MyInfo Web Clipper MyInfo Web Clipper
ID ceebdjjioegmkcofkpjfgicchkebfpdh
Officiële URL https://chromewebstore.google.com/detail/myinfo-web-clipper/ceebdjjioegmkcofkpjfgicchkebfpdh
Beschrijving MyInfo Web Clipper
Bestandsgrootte 168 KB
Aantal Installaties 632
Huidige Versie 1.0.9
Laatst Bijgewerkt 2022-03-22
Publicatiedatum 2021-03-27
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.myinfoapp.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.myinfoapp.com/privacy
Ondersteunde Talen 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'"
}