Capijzo

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

Co to jest Capijzo?

Capijzo to rozszerzenie Chrome opracowane przez https://capijzo.com, a jego główną funkcją jest „Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Capijzo

Pobierz pliki rozszerzeń Capijzo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Capijzo Capijzo
ID jkblkocghjpafcijgnahdkmcggelbcck
Oficjalny URL https://chromewebstore.google.com/detail/capijzo/jkblkocghjpafcijgnahdkmcggelbcck
Opis Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.
Rozmiar pliku 1.27 MB
Liczba instalacji 145
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-07-13
Data Publikacji 2021-07-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://capijzo.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://capijzo.com/
Adres URL Strony Polityki Prywatności https://capijzo.com/policy.php
Obsługiwane Języki 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"
        ]
    }
}