Professionalize It To Me

A web extension that professionalizes your web browsing experience.

Apa itu Professionalize It To Me?

Professionalize It To Me adalah ekstensi Chrome yang dikembangkan oleh https://professionalizeitto.me, dan fitur utamanya adalah "A web extension that professionalizes your web browsing experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Professionalize It To Me

Unduh file ekstensi Professionalize It To Me 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

                        Leverage the power of our AI-based language optimization tool, Professionalize It To Me. Transform casual texts into polished, formal content to impress clients and colleagues alike. Perfect for emails, Slack, and WhatsApp messages. Available in 10 languages. Experience our top-rated cover letter generator with a FREE trial!                    

Informasi Dasar Ekstensi

Nama Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
URL Resmi https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
Deskripsi A web extension that professionalizes your web browsing experience.
Ukuran File 957 KB
Jumlah Instalasi 59
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-05-25
Tanggal Publikasi 2023-05-25
Pengembang https://professionalizeitto.me
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://professionalizeitto.me
URL Halaman Kebijakan Privasi https://www.professionalizeitto.me/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Professionalize It To Me",
    "version": "1.1.0",
    "description": "A web extension that professionalizes your web browsing experience.",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/icon32.png"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icons\/icon128.png",
                "icons\/icon32.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}