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.とは何ですか?
ThinkLike.pro | Write Anything. Better.はhttps://thinklike.proによって開発されたChromeの拡張機能で、その主な機能は「AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.」です。
拡張機能のスクリーンショット
ThinkLike.pro | Write Anything. Better.拡張機能のCRXファイルをダウンロード
ThinkLike.pro | Write Anything. Better.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.
拡張機能の基本情報
名前 | ThinkLike.pro | Write Anything. Better. |
ID | chmfmilbicjhellcaifpcfcjefabcnpa |
公式URL | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
説明 | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
ファイルサイズ | 6.71 MB |
インストール数 | 34 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-06-01 |
公開日 | 2020-06-01 |
開発者 | https://thinklike.pro |
支払い方法 | free |
拡張機能のウェブサイト | https://www.thinklike.pro |
ヘルプページのURL | https://www.thinklike.pro |
対応言語 | 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": [ "*:\/\/*\/*" ] } ] } |