ThinkLike.pro | Write Anything. Better.

AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.

ThinkLike.pro | Write Anything. Better. là gì?

ThinkLike.pro | Write Anything. Better. là một tiện ích mở rộng Chrome được phát triển bởi https://thinklike.pro, và tính năng chính của nó là "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ThinkLike.pro | Write Anything. Better.

Tải xuống các tệp mở rộng ThinkLike.pro | Write Anything. Better. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ThinkLike.pro | Write Anything. Better. ThinkLike.pro | Write Anything. Better.
ID chmfmilbicjhellcaifpcfcjefabcnpa
URL Chính Thức https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa
Mô tả AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Kích Thước Tệp 6.71 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-06-01
Ngày Phát Hành 2020-06-01
Nhà Phát Triển https://thinklike.pro
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thinklike.pro
URL Trang Trợ Giúp https://www.thinklike.pro
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ThinkLike.pro | Write Anything. Better.",
    "author": "ThinkLike.pro",
    "version": "1.0.3",
    "description": "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ThinkLikePro",
        "default_icon": "assets\/icon-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "tlp.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}