Enable Paste

Vihaan Info Solutions

Apa itu Enable Paste?

Enable Paste adalah ekstensi Chrome yang dikembangkan oleh rakeshpawar666, dan fitur utamanya adalah "Vihaan Info Solutions".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Enable Paste

Unduh file ekstensi Enable Paste 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

                        This extension lets you enable Copy & Paste                    

Informasi Dasar Ekstensi

Nama Enable Paste Enable Paste
ID mbiebkejljkljddhjfegppjnfbhcbnpe
URL Resmi https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe
Deskripsi Vihaan Info Solutions
Ukuran File 98.12 KB
Jumlah Instalasi 2,125
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2019-08-16
Tanggal Publikasi 2019-08-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rakeshpawar666
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Paste",
    "description": "Vihaan Info Solutions",
    "version": "0.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "v_latter16.png",
        "48": "v_latter48.png",
        "128": "v_latter128.png"
    },
    "browser_action": {
        "default_icon": "v_latter48.png",
        "default_popup": "popup.html",
        "default_title": "VIHAAN INFO SOLUTIONS"
    },
    "permissions": [
        "http:\/\/localhost:54222\/*",
        "https:\/\/stackoverflow.com\/*",
        "http:\/\/policyinsurancecrm.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:54222\/*",
                "https:\/\/stackoverflow.com\/*",
                "http:\/\/policyinsurancecrm.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/fingerprint2.js",
                "scripts\/jquery.min.js"
            ]
        }
    ]
}