ThinkLike.pro | Write Anything. Better.
AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.
Qu'est-ce que ThinkLike.pro | Write Anything. Better. ?
ThinkLike.pro | Write Anything. Better. est une extension Chrome développée par https://thinklike.pro, et sa fonction principale est "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ThinkLike.pro | Write Anything. Better.
Téléchargez les fichiers d'extension ThinkLike.pro | Write Anything. Better. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
AI-driven virtual assistant that helps you compose compelling and persuasive writing. From cover letters to product descriptions, write anything. Better.
Informations de Base sur l'Extension
Nom | ThinkLike.pro | Write Anything. Better. |
ID | chmfmilbicjhellcaifpcfcjefabcnpa |
URL Officiel | https://chromewebstore.google.com/detail/thinklikepro-write-anythi/chmfmilbicjhellcaifpcfcjefabcnpa |
Description | AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better. |
Taille du Fichier | 6.71 MB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-06-01 |
Date de Publication | 2020-06-01 |
Développeur | https://thinklike.pro |
Type de Paiement | free |
Site Web de l'Extension | https://www.thinklike.pro |
URL de la Page d'Aide | https://www.thinklike.pro |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |