Capijzo

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

Capijzoคืออะไร?

Capijzo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://capijzo.com และคุณลักษณะหลักของมันคือ "Create text/ image snippets, store on Capijzo, inserts anywhere on Google Chrome. Capijzo is an auto text expander tool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capijzo

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        ]
    }
}