INK Copy Assistant

Perfect your writing with AI.

ما هو INK Copy Assistant؟

INK Copy Assistant هو إضافة Chrome تم تطويرها بواسطة http://inkforall.com، والميزة الرئيسية لها هي "Perfect your writing with AI.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة INK Copy Assistant

قم بتنزيل ملفات الامتداد INK Copy Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        INK for Chrome saves you time and makes you a better writer by rewriting your text while improving wording, spelling, grammar, punctuation, plagiarism and style.

❤️ Free plan - no credit card required - free AI rewrites
❤️ INK is Privacy Shield Certified. Your data is not our product!

Let’s take a look at some of the capabilities of INK for Chrome:

✨Rewrite: Select some text, we’ll suggest different ways to rephrase or paraphrase it. INK will preserve what you wanted to say, but suggest new ways to say it more effectively. With a single click, you can then replace your sentence with an optimized one.

✨Shorten & Expand: Adapt your writing difficulty to your audience so you get the engagement impact you were hoping for. With one click, you can write to the point like Warren Buffet, or elaborately like an academic.

✨Casual & Formal: Perfect for students and business communication. Easily adapt your writing to suit your audience so you can boost your impact.

✨Spelling & Grammar: If you’ve used popular spelling and grammar checkers like Grammarly, you’ll love how INK integrates with your browser to save you even more time, because you can leave the fixing of issues to your INK co-writing assistant.

✨Free: Regular rewrites are free and don't have a usage cap for fair usage, unlike Wordtune which requires you to upgrade.

✨ Works Where You Do: INK is designed to work everywhere you write on the web. We already support many sites like Notion, Gmail, Google Docs, Facebook, LinkedIn, WordPress and Hubspot, and we are expanding every day!

Our Product Suite on inkforall.com offers a lot more functionality, for example:

✔️AI Writing: Pin our extension to your browser to get one-click access to our AI writing tools. Choose from over 130 AI short form templates to generate brand new copy AI generation from a short prompt. Access our persuasive sales writing frameworks, write ecommerce product descriptions, brainstorm social media posts, or even outlines for blog articles. We’re adding tools all the time, so save yourself some time and money while saying good-bye to writers’ block forever!

✔️SEO Optimization: Award winning SEO writing software for Windows, Mac and Linux. Free download. You can use your same INK account to optimize your content to be 450% more likely to rank in search engines.

Results you can expect:
- Write 5X Faster
- Make your writing bold and clear
- Authentically express your ideas
- Eliminate writers’ block
- Write more fluent, and improve your vocabulary
- Increase audience engagement
- Write confidently
- Be more persuasive

At INK For All (inkforall.com) We are pioneering the Natural Language Optimization movement. We believe that content must be found, engage and convert. Such content will power the performing web. Together, we will make you write with purpose to rise above the noise!

Frequent Answers to Your Questions:
- English only for now. We’re working on adding other language support.
- Free to use
- No ads. We respect your privacy.
- Customer support available at help.inkforall.com - we’re always listening.

Enjoy,
inkforall                    

معلومات أساسية عن التمديد

الاسم INK Copy Assistant INK Copy Assistant
ID fajobjleimkjndphlimdddblbcgfpicl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ink-copy-assistant/fajobjleimkjndphlimdddblbcgfpicl
الوصف Perfect your writing with AI.
حجم الملف 812 KB
عدد التثبيتات 9,573
النسخة الحالية 1.1.5
آخر تحديث 2023-01-05
تاريخ النشر 2022-01-31
تقييم 4.93/5 مجموع تقييمات 435
المطور http://inkforall.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://inkforall.com
عنوان صفحة المساعدة https://help.inkforall.com
عنوان صفحة سياسة الخصوصية https://inkforall.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Perfect your writing with AI.",
    "version": "1.1.5",
    "manifest_version": 3,
    "name": "INK Copy Assistant",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "system.display"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "ink-browser-action.png"
    },
    "icons": {
        "128": "ink-logo-new.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script_1.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/docs.google.com\/document*",
                ""
            ],
            "exclude_matches": [
                "*:\/\/trello.com\/*",
                "*:\/\/onedrive.live.com\/*",
                "*:\/\/docs.google.com\/presentation*",
                "*:\/\/www.google.com\/intl\/ur\/inputtools\/try\/",
                "*:\/\/www.google.com\/search*",
                "*:\/\/www.authorize.net\/*",
                "*:\/\/stripe.com\/*",
                "*:\/\/www.paypal.com\/*",
                "*:\/\/www.braintreepayments.com\/*",
                "*:\/\/pay.amazon.com\/*",
                "*:\/\/squareup.com\/*",
                "*:\/\/home.bluesnap.com\/*",
                "*:\/\/go.wepay.com\/*",
                "*:\/\/www.2checkout.com\/*",
                "*:\/\/www.dwolla.com\/*",
                "*:\/\/www.skrill.com\/*",
                "*:\/\/www.payoneer.com\/*",
                "*:\/\/online.worldpay.com\/*",
                "*:\/\/bitpay.com\/*",
                "*:\/\/secure.bluepay.com\/*",
                "*:\/\/globalgatewaye4.firstdata.com\/*",
                "*:\/\/securionpay.com\/*",
                "*:\/\/paylinedata.com\/*",
                "*:\/\/cardstream.com\/*",
                "*:\/\/alliedwallet.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script_1.js",
                "script_2.js",
                "content.styles.css",
                "*.png",
                "*.svg",
                "*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}