SmartGMAIL Patch

Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.

Apa itu SmartGMAIL Patch?

SmartGMAIL Patch adalah ekstensi Chrome yang dikembangkan oleh https://www.smartthing.org, dan fitur utamanya adalah "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SmartGMAIL Patch

Unduh file ekstensi SmartGMAIL Patch 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

                                            

Informasi Dasar Ekstensi

Nama SmartGMAIL Patch SmartGMAIL Patch
ID hejcfkngjnkldnopakhhkmngdkcigogm
URL Resmi https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm
Deskripsi Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Ukuran File 3.91 KB
Jumlah Instalasi 49
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-03-22
Tanggal Publikasi 2017-03-22
Pengembang https://www.smartthing.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.smartthing.org/portfolio/smartgmail/
URL Halaman Bantuan http://support.smartthing.org
URL Halaman Kebijakan Privasi https://www.smartthing.org/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartGMAIL Patch",
    "version": "1.4",
    "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "smartgmail.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "smartgmail-user.js"
    ]
}