Sapling Grammar Checker and Writing Assistant

Improve your writing with a spell + grammar checker and writing suggestions.

Sapling Grammar Checker and Writing Assistantคืออะไร?

Sapling Grammar Checker and Writing Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sapling.ai และคุณลักษณะหลักของมันคือ "Improve your writing with a spell + grammar checker and writing suggestions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sapling Grammar Checker and Writing Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Sapling Grammar Checker and Writing Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Improve your writing with spelling, grammar, paraphrase, and autocomplete suggestions.

Spell check and grammar checking and correction for your writing in Chrome.
Rephrasing/paraphrase, autocomplete, and snippets/canned messages/text expander as well.

Sapling is an AI extension that makes grammar, rephrase, and autocomplete suggestions to help you write on-point messages and content.
Sapling uses deep learning technology (akin to GPT-2/GPT-3) to provide the best recommendations.

Use Sapling to:
• Correct spelling/typos (e.g. grammer) and use as a grammar checker or to rephrase.
• Write fluent messages, emails, and documents.
• Maintain professional writing tone across your business team.

Sapling goes beyond spelling, punctuation, and grammar correction. Features include:
• 60% more grammar mistakes caught than other tools.
• Compare for yourself against tools like Grammarly (Grammerly), LanguageTool, WhiteSmoke, ProWritingAid, and Quillbot.
• Better grammar and writing suggestions over time.

Rephrase (premium): AI-powered rephrasing and paraphrasing.
• Similar to other tools such as Quillbot and Wordtune but with no usage limit.
• Rephrase and make formal.
• Split and modify the tone of sentences.

Autocomplete Everywhere (premium): AI-powered autocomplete suggestions across various CRM and messaging platforms.
• Sapling predicts what you'll type and saves you time—just hit [tab] or [`] to accept.

Snippets (premium): Canned messages / snippets / macros.
• Quickly search and insert commonly used messages to save time (similar to TextExpander or TextBlaze).
• Share knowledge and templates across your team (similar to Guru).

Secure data processing:
• Sapling undergoes external testing and audits.
• Enterprise-grade security policies and procedures.
• Sapling also provides an API and self-hosted offering.

Works with your writing on Outlook, Zendesk, Salesforce (Lightning, Quip), ServiceNow, and more.
• Google Docs plugin also available: https://sapling.ai/docs

English is supported by default; Chinese, German, Spanish, French, Italian, Japanese, and Portuguese are also offered (check the Sapling settings dashboard).

Please send feedback to: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sapling Grammar Checker and Writing Assistant Sapling Grammar Checker and Writing Assistant
ID pjpgohokimaldkikgejifibjdpbopfdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sapling-grammar-checker-a/pjpgohokimaldkikgejifibjdpbopfdc
คำอธิบาย Improve your writing with a spell + grammar checker and writing suggestions.
ขนาดไฟล์ 2.55 MB
จำนวนการติดตั้ง 60,000
เวอร์ชันปัจจุบัน 3.1.0.3
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2020-06-10
คะแนน 4.50/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา https://sapling.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sapling.ai/support
URL หน้าช่วยเหลือ https://sapling.ai/support
URL หน้านโยบายความเป็นส่วนตัว https://sapling.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sapling Grammar Checker and Writing Assistant",
    "short_name": "Sapling",
    "description": "Improve your writing with a spell + grammar checker and writing suggestions.",
    "version": "3.1.0.3",
    "author": "sapling.ai",
    "icons": {
        "32": "assets\/sapling-32x32.png",
        "48": "assets\/sapling-48x48.png",
        "128": "assets\/sapling-128x128.png",
        "176": "assets\/sapling-176x176.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "40": "assets\/sapling-40x40.png"
        },
        "default_title": "Sapling",
        "default_popup": "generated\/popup.html#saplingpopup"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "identity",
        "identity.email",
        "offscreen",
        "scripting",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "generated\/background-bundle.js"
    },
    "commands": {
        "accept-all-edits": {
            "suggested_key": {
                "default": "Alt+O",
                "mac": "MacCtrl+O"
            },
            "description": "Accept all edit suggestions"
        },
        "accept-current-sentence-edits": {
            "suggested_key": {
                "default": "Alt+I",
                "mac": "MacCtrl+I"
            },
            "description": "Accept edit suggestions in current sentence"
        },
        "toggle-snippet-controls": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "MacCtrl+L"
            },
            "description": "Launch snippet selector"
        },
        "toggle-rephrase-controls": {
            "description": "Launch rephrase popup",
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            }
        },
        "_execute_browser_action": []
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sapling.ai\/main_declarative_injection_dont_remove",
                "https:\/\/*.workplaceoptions.com\/*",
                "http:\/\/localhost:8000\/*",
                "http:\/\/localhost:3176\/*"
            ],
            "css": [
                "assets\/sapling.css",
                "generated\/icomoon.css"
            ],
            "js": [
                "generated\/jquery-3.5.1.min.js",
                "generated\/main-bundle.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "scripts\/gmail-injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "generated\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "generated\/gmail-module.js",
                "generated\/gmail-listener.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "generated\/figma-module.js"
            ],
            "matches": [
                "*:\/\/figma.com\/*"
            ]
        }
    ]
}