Capijzo

Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.

Qu'est-ce que Capijzo ?

Capijzo est une extension Chrome développée par https://capijzo.com, et sa fonction principale est "Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Capijzo

Téléchargez les fichiers d'extension Capijzo 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

                        Capijzo is a text expansion tool; widely used as Gmail templates and text replacement tool.  

Create rich text templates and snippets and replace them on Google Chrome with a combination of shortcut key and shortcode. Automate your mundane repetitive writing with Capijzo. Save time by not typing and formatting same texts again and again and again. Avoid common typing errors and boost your productivity. 

How Capijzo Works /-----

It is very easy to use Capijzo. Simply sign up on capijzo web and start creating templates that you want to use with their unique shortcode. Login the same account on the Google Chrome extension and type your shortcut key(default key is “/”) followed by the template shortcode without any space and the extension will automatically expand the full templates. 

Features /-----

Categories and Labels - Stack different templates and text snippets into different categories and labels according to your needs to find them quickly whenever you need them.

Images and Links - Insert images & links to your rich text templates and design your most needed templates in a beautiful presentation, so, you can insert them quickly on Google Chrome.

Sharing In Teams - It is important that all your team members use the most loved presentations, email templates & product information when they every time they share. Sharing templates in teams is easier on Capijzo.

Productivity Status - Keep an eye on how productive you are and how much time you save with Capijzo on a daily & weekly basis and even further how much time your team is saving using this auto text expander tool.

Compatibility /-----

Capijzo works on most of the websites but if you find an error or incompatible with any website, please send us details on [email protected]

Any Question /-----
For any inquiry or question, please feel free to send an email on [email protected] 
Term of Service - https://capijzo.com/terms.php 
Privacy Policy - https://capijzo.com/policy.php 

There are other text expander apps like Capijzo such as Text Blaze, Auto Text Expander, Briskine (formerly Gorgias Template), TypeIt4Me, Typinator, TextExpander, Keyboard Maestro and aText. If Capijzo doesn't work for you, give a try to one of them                    

Informations de Base sur l'Extension

Nom Capijzo Capijzo
ID jkblkocghjpafcijgnahdkmcggelbcck
URL Officiel https://chromewebstore.google.com/detail/capijzo/jkblkocghjpafcijgnahdkmcggelbcck
Description Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.
Taille du Fichier 1.27 MB
Nombre d'Installations 145
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-07-13
Date de Publication 2021-07-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://capijzo.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://capijzo.com/
URL de la Page de Politique de Confidentialité https://capijzo.com/policy.php
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capijzo",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Create text\/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.",
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*",
        "scripts\/*"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background-script\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scripts\/style\/reset.css",
                "scripts\/style\/search.css"
            ],
            "js": [
                "scripts\/content-script\/for-all-urls.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.capijzo.com\/chrome_auth_facebook.php?task=log_in"
            ],
            "css": [],
            "js": [
                "scripts\/content-script\/for-facebook-auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.capijzo.com\/add-snippet"
            ],
            "css": [],
            "js": [
                "scripts\/content-script\/for-snippet-add.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "css": [],
            "js": [
                "scripts\/content-script\/googleDocsUtil.js",
                "scripts\/content-script\/for-google-docs.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "423557004138-oe6b0i5pufhof2dcktq7u3lrduorjej7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/cloud-platform",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}