MyInfo Web Clipper

MyInfo Web Clipper

Apa itu MyInfo Web Clipper?

MyInfo Web Clipper adalah ekstensi Chrome yang dikembangkan oleh https://www.myinfoapp.com, dan fitur utamanya adalah "MyInfo Web Clipper".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MyInfo Web Clipper

Unduh file ekstensi MyInfo Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MyInfo Web Clipper MyInfo Web Clipper
ID ceebdjjioegmkcofkpjfgicchkebfpdh
URL Resmi https://chromewebstore.google.com/detail/myinfo-web-clipper/ceebdjjioegmkcofkpjfgicchkebfpdh
Deskripsi MyInfo Web Clipper
Ukuran File 168 KB
Jumlah Instalasi 632
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2022-03-22
Tanggal Publikasi 2021-03-27
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://www.myinfoapp.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.myinfoapp.com/privacy
Bahasa yang Didukung 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'"
}