Chrometa Web Tools for Chrome

Extensions for making Chrome more Chrometa friendly

Apa itu Chrometa Web Tools for Chrome?

Chrometa Web Tools for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://www.chrometa.com, dan fitur utamanya adalah "Extensions for making Chrome more Chrometa friendly".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Chrometa Web Tools for Chrome

Unduh file ekstensi Chrometa Web Tools for Chrome 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

                        The Chrometa Gmail Plugin for Google Chrome will help you capture and make sense of your Gmail based email time more accurately and efficiently.  

By installing this plugin, Chrometa will be able to pull the To/From address and Subject line information for all emails you read, compose, and reply to. 

Chrometa is automatic time tracking software that automatically captures and categorizes your time - without the need to manually enter anything into the computer as you work.                    

Informasi Dasar Ekstensi

Nama Chrometa Web Tools for Chrome Chrometa Web Tools for Chrome
ID hdaligpooblgialahefeoongjklheipp
URL Resmi https://chromewebstore.google.com/detail/chrometa-web-tools-for-ch/hdaligpooblgialahefeoongjklheipp
Deskripsi Extensions for making Chrome more Chrometa friendly
Ukuran File 73.51 KB
Jumlah Instalasi 402
Versi Saat Ini 2.14
Terakhir Diperbarui 2016-06-20
Tanggal Publikasi 2016-06-20
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://www.chrometa.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.chrometa.com
URL Halaman Bantuan https://chrometa.zendesk.com/entries/20835607-gmail-plugin-for-google-chrome
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrometa Web Tools for Chrome",
    "version": "2.14",
    "description": "Extensions for making Chrome more Chrometa friendly",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "orange-clock-black-rim.png",
        "48": "orange-clock-black-rim.png",
        "128": "orange-clock-black-rim.png"
    },
    "browser_action": {
        "default_icon": "orange-clock-black-rim.png"
    },
    "web_accessible_resources": [
        "gmail.js",
        "main.js"
    ],
    "manifest_version": 2
}