Professionalize It To Me

A web extension that professionalizes your web browsing experience.

Was ist Professionalize It To Me?

Professionalize It To Me ist eine Chrome-Erweiterung, die von https://professionalizeitto.me entwickelt wurde, und ihr Hauptmerkmal ist "A web extension that professionalizes your web browsing experience.".

Erweiterungsscreenshots

screenshot

Professionalize It To Me-Erweiterungs-CRX-Datei herunterladen

Laden Sie Professionalize It To Me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
Offizielle URL https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
Beschreibung A web extension that professionalizes your web browsing experience.
Dateigröße 957 KB
Installationsanzahl 59
Aktuelle Version 1.1.0
Letztes Update 2023-05-25
Veröffentlichungsdatum 2023-05-25
Entwickler https://professionalizeitto.me
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://professionalizeitto.me
URL der Datenschutzrichtlinien-Seite https://www.professionalizeitto.me/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}