Qalam

Smart AI writing assistant

¿Qué es Qalam?

Qalam es una extensión de Chrome desarrollada por https://qalam.ai, y su función principal es "Smart AI writing assistant".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Qalam

Descarga archivos de extensión Qalam en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Qalam is Arabic AI Writing Assistant Tool

As we all know, writing new content, reviewing it for grammatical errors and maintaining the writing style across the article is not an easy task, especially when the content is large and comes in different styles, such as:

•	Books and magazines
•	Websites
•	Reports
•	Technical and financial offers
•	Speeches and letters.
•	Emails
•	Advertisements and promotional materials

🔔 That is why Qalam is the right assistant for you when drafting or writing different materials in Arabic.  It will help its users and your employees to develop richer content that is free of grammatical mistakes with better writing quality in Arabic.

🖊 How Qalam Works?
	
The tool highlights the wrong words or suggested improvements, when you click on them, it will display the suggested words that suits your content. You can also ignore the error by pressing the "Ignore" button, or add it to the personal dictionary by clicking "Add to Dictionary".
Highlighting the words are also colored according to the type of correction or suggestion as follows:

🔴 Red indicates spelling errors.
🔵 Blue color for grammatical errors.
🟡 Yellow for improving Terms.
🟣 Purple for Dictionary suggestions.
For formation and Quran Documentation service, all you have to do is highlight the text you wish to document or form, and then click on the option: "Tashkeel" or "Tawtheeq".


📝 Qalam is mostly know for:

•	Correction of Spelling and grammatical mistakes
Qalam uses autocorrect features to identify spelling or grammatical mistakes and suggests the most suitable correction according to the syntax (missing a comma or a quotation mark, grammatically error or misspelling a word…etc).

•	Setup your Customized Dictionary 
What are your favorite Phrases? Do you have specific terms that you prefer to use? How to write the translation of foreign words with the same spelling? Now you can manage all these preferences and other through your company's or own dictionary

•	Artificial intelligence serving Arabic language	
Qalam uses artificial intelligence techniques and harnesses them to serve Arabic writing. We are constantly working on improving and developing machine learning models, to offer users the greatest possible benefit from integrating the Arabic Proofreading with the auto proofreading.

•	Automatic configuration with Qalam:
Automatic formation service with the ability to choose the formation density, such as full character or end of words or specific formations.

•	To enable all services, subscribe though our pricing page: https://qalam.ai/pricing

💡 Why Qalam?
	
Do you have a trouble in writing an error-free text with no spelling or grammatical errors? Are you having difficulty strengthening and improving your text?
Qalam will help you perform several tasks consistently and accurately. The main tasks of Qalam are:
• Checking common spelling mistakes.
• Grammatical mistakes
• Typos.
• Suggests alternative words to enrich your text. 
• Auto Tashkeel of the text 
• Quran Documentation. 

⭐ What distinguishes Qalam?
	
Qalam is an Arabic proofreading tool that was built using automated proofreading in order to help the user have Correct & powerful Arabic texts on sites that allow the user to write texts in them.                    

Información Básica de la Extensión

Nombre Qalam Qalam
ID kocklgpfjooneciijedkjhbclookilfb
URL Oficial https://chromewebstore.google.com/detail/qalam/kocklgpfjooneciijedkjhbclookilfb
Descripción Smart AI writing assistant
Tamaño del Archivo 1.65 MB
Cantidad de Instalaciones 5,004
Versión Actual 0.15.7
Última Actualización 2024-01-07
Fecha de Publicación 2020-09-04
Calificación 4.70/5 Total de 23 Calificaciones
Desarrollador https://qalam.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://qalam.ai/
URL de la Página de Ayuda https://qalam.ai/contact
URL de la Página de Política de Privacidad https://qalam.ai/privacy-policy
Idiomas Soportados en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Qalam",
    "description": "Smart AI writing assistant",
    "homepage_url": "https:\/\/qalam.ai\/",
    "default_locale": "ar",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/landing-dev.qalam.ai:3000\/*",
            "http:\/\/editor-dev.qalam.ai:8080\/*",
            "https:\/\/landing-stg.qalam.ai\/*",
            "https:\/\/editor-stg.qalam.ai\/*",
            "https:\/\/app.qalam.ai\/*",
            "https:\/\/qalam.ai\/*"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/QalamExtension.css"
            ],
            "js": [
                "js\/QalamExtension.js",
                "js\/jquery-3.6.0.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": false,
            "match_about_blank": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Qalam",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": {
        "extension_page": "script-src 'self'; object-src 'self'"
    },
    "version": "0.15.7"
}