共有ブックマーク(無償版)・サテライトオフィス for Google Apps™

サテライトオフィス・共有ブックマーク拡張機能

Qu'est-ce que 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ ?

共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ est une extension Chrome développée par http://sateraito-apps-bookmark2.appspot.com, et sa fonction principale est "サテライトオフィス・共有ブックマーク拡張機能".

Télécharger le fichier CRX de l'extension 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™

Téléchargez les fichiers d'extension 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ 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

                                            

Informations de Base sur l'Extension

Nom 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™
ID cajnnipdgnggopekdjdghabakocepcjg
URL Officiel https://chrome.google.com/webstore/detail/%E5%85%B1%E6%9C%89%E3%83%96%E3%83%83%E3%82%AF%E3%83%9E%E3%83%BC%E3%82%AF%EF%BC%88%E7%84%A1%E5%84%9F%E7%89%88%EF%BC%89%E3%83%BB%E3%82%B5%E3%83%86%E3%83%A9%E3%82%A4%E3%83%88%E3%82%AA%E3%83%95%E3%82%A3%E3%82%B9-f/cajnnipdgnggopekdjdghabakocepcjg
Description サテライトオフィス・共有ブックマーク拡張機能
Taille du Fichier 52.98 KB
Nombre d'Installations 82
Version Actuelle 0.9.7
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Développeur http://sateraito-apps-bookmark2.appspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sites.google.com/a/sateraito.jp/sateraito-dounyuu/Home/gong-youbukkumaku
URL de la Page de Politique de Confidentialité http://www.sateraito.jp/privacy.html
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.7",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.sateraito.jp\/",
    "name": "\u5171\u6709\u30d6\u30c3\u30af\u30de\u30fc\u30af\uff08\u7121\u511f\u7248\uff09\u30fb\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9 for Google Apps\u2122",
    "description": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5171\u6709\u30d6\u30c3\u30af\u30de\u30fc\u30af\u62e1\u5f35\u6a5f\u80fd",
    "icons": {
        "48": "satelite48.png",
        "128": "satelite128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "satelite48.png",
        "default_title": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5171\u6709\u30d6\u30c3\u30af\u30de\u30fc\u30af",
        "default_popup": "popup.html"
    }
}