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. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thinklike.pro, και η κύρια λειτουργία του είναι "AI-driven virtual assistant that helps you compose compelling and persuasive writing. Write anything. Better.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ThinkLike.pro | Write Anything. Better.
Λήψη αρχείων επέκτασης 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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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": [
"*:\/\/*\/*"
]
}
]
} | |