Shorten URL Creator - Sateraito Office

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

Qu'est-ce que Shorten URL Creator - Sateraito Office ?

Shorten URL Creator - Sateraito Office est une extension Chrome développée par Sateraito Office, Inc., et sa fonction principale est "You can create the short URL or QR code of opened page on Chromebook or Chrome browser.".

Télécharger le fichier CRX de l'extension Shorten URL Creator - Sateraito Office

Téléchargez les fichiers d'extension Shorten URL Creator - Sateraito Office au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Shorten URL Creator - Sateraito Office Shorten URL Creator - Sateraito Office
ID cjoclfflgpdgnghdfcckbmhlhjlilfff
URL Officiel 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.
Taille du Fichier 708 KB
Nombre d'Installations 262
Version Actuelle 2.0.1
Dernière Mise à Jour 2024-01-18
Date de Publication 2020-10-04
Évaluation 2.00/5 Total 1 Évaluations
Développeur Sateraito Office, Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shurl.jp
URL de la Page de Politique de Confidentialité https://www.sateraito.jp/privacy.html
Langues Prises en Charge 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
}