Professionalize It To Me

A web extension that professionalizes your web browsing experience.

什么是Professionalize It To Me?

Professionalize It To Me是由https://professionalizeitto.me开发的Chrome扩展程序,该扩展的主要功能是“A web extension that professionalizes your web browsing experience.”。

扩展截图

screenshot

下载Professionalize It To Me扩展crx文件

下载Professionalize It To Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Professionalize It To Me Professionalize It To Me
ID efncghpkgeaemmjjndhbhiepfbhaocpj
官方URL https://chromewebstore.google.com/detail/professionalize-it-to-me/efncghpkgeaemmjjndhbhiepfbhaocpj
简介 A web extension that professionalizes your web browsing experience.
文件大小 957 KB
安装次数 59
当前版本 1.1.0
更新时间 2023-05-25
上架时间 2023-05-25
开发者 https://professionalizeitto.me
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://professionalizeitto.me
隐私政策页面URL https://www.professionalizeitto.me/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}