Capijzo

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

什麼是Capijzo?

Capijzo是由https://capijzo.com開發的Chrome擴展程式,該擴展的主要功能是“Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.”。

擴展截圖

screenshot
screenshot
screenshot

下載Capijzo擴展crx文件

下載Capijzo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Capijzo Capijzo
ID jkblkocghjpafcijgnahdkmcggelbcck
官方網址 https://chromewebstore.google.com/detail/capijzo/jkblkocghjpafcijgnahdkmcggelbcck
簡介 Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool.
檔案大小 1.27 MB
安裝次數 145
目前版本 0.0.1
更新時間 2021-07-13
上架時間 2021-07-12
評分 5.00/5 共 2 次評分
開發者 https://capijzo.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://capijzo.com/
隱私政策頁面URL https://capijzo.com/policy.php
支援的語言 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"
        ]
    }
}