Capijzo

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

What is Capijzo?

Capijzo is a Chrome extension developed by https://capijzo.com, and its main feature is "Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Capijzo Extension CRX File

Download Capijzo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Capijzo Capijzo
ID jkblkocghjpafcijgnahdkmcggelbcck
Official URL 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.
File Size 1.27 MB
Installation Count 145
Current Version 0.0.1
Last Updated 2021-07-13
Publish Date 2021-07-12
Rating 5.00/5 Total 2 Ratings
Developer https://capijzo.com
Email [email protected]
Payment Type in_app
Extension Website https://capijzo.com/
Privacy Policy Page URL https://capijzo.com/policy.php
Supported Languages 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"
        ]
    }
}