Shorten URL Creator - Sateraito Office

You can create the short URL or QR code of opened page on Chromebook or Chrome browser.

What is Shorten URL Creator - Sateraito Office?

Shorten URL Creator - Sateraito Office is a Chrome extension developed by Sateraito Office, Inc., and its main feature is "You can create the short URL or QR code of opened page on Chromebook or Chrome browser.".

Download Shorten URL Creator - Sateraito Office Extension CRX File

Download Shorten URL Creator - Sateraito Office 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

                        ChromebookやChromeブラウザあるいはChrome拡張アプリが利用可能なMicrosoft Edgeブラウザにて、アイコンをクリックするだけで現在開いているページの短いURLが作成できます。また、同様にQRコードの作成も可能です。                    

Extension Basic Information

Name Shorten URL Creator - Sateraito Office Shorten URL Creator - Sateraito Office
ID cjoclfflgpdgnghdfcckbmhlhjlilfff
Official URL https://chromewebstore.google.com/detail/shorten-url-creator-sater/cjoclfflgpdgnghdfcckbmhlhjlilfff
Description You can create the short URL or QR code of opened page on Chromebook or Chrome browser.
File Size 708 KB
Installation Count 262
Current Version 2.0.1
Last Updated 2024-01-18
Publish Date 2020-10-04
Rating 2.00/5 Total 1 Ratings
Developer Sateraito Office, Inc.
Email [email protected]
Payment Type free
Extension Website https://shurl.jp
Privacy Policy Page URL https://www.sateraito.jp/privacy.html
Supported Languages en,ja
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "data\/window\/index.html"
    },
    "default_locale": "ja",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.sateraito.jp\/",
    "icons": {
        "128": "data\/icons\/icon128.png",
        "16": "data\/icons\/icon16.png",
        "48": "data\/icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnDjIBXzg+oF8XflF3cftEtLD1sxR6KNPLeqL+j40mVxGPmXK4peCAMzvb40qxjEPDIj3kF6UmI\/DRG\/eOXOK+SoiL9vXqASTzQArBZx5bu1RhA5B79ZIiIIXCI4GTWbRTjhzcRIXAi8HBPvHhLFt6DnXgeJygr8uCzQfPV3HRysSz8i64wPFAbdk+CuZnEFz+\/W9bTw5TFI\/164pvSmEArtRxJKdMPbyObtdL+meJd\/Rr3zOHlWfcH10zz1GVDYyK0lQDY2e6UcwAUljXZkGOV301G+00JVgFVc\/KohtN2u9qU3RowDPBNAg9vF2mAndNKBs6Bfyolowz9NAZ3EVRQIDAQAB",
    "name": "__MSG_extension_name__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 3
}