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

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

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

共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ là một tiện ích mở rộng Chrome được phát triển bởi http://sateraito-apps-bookmark2.appspot.com, và tính năng chính của nó là "サテライトオフィス・共有ブックマーク拡張機能".

Tải xuống tệp CRX của tiện ích mở rộng 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™

Tải xuống các tệp mở rộng 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™
ID cajnnipdgnggopekdjdghabakocepcjg
URL Chính Thức 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
Mô tả サテライトオフィス・共有ブックマーク拡張機能
Kích Thước Tệp 52.98 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.9.7
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Nhà Phát Triển http://sateraito-apps-bookmark2.appspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/a/sateraito.jp/sateraito-dounyuu/Home/gong-youbukkumaku
URL Trang Chính Sách Bảo Mật http://www.sateraito.jp/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}