Site Tools

Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.

Site Toolsとは何ですか?

Site ToolsはFrontium Incによって開発されたChromeの拡張機能で、その主な機能は「Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Site Tools拡張機能のCRXファイルをダウンロード

Site Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Site Tools allows you to Edit, create, and delete multiple SharePoint items at once—and it does tons of other stuff as well.

This Chrome extension launches Site Tools without any server side installation. Just navigate to your target site, and click the Site Tools icon.

Get your subscription and more information from http://getsitetools.com                    

拡張機能の基本情報

名前 Site Tools Site Tools
ID cegpipbohedagjmllkolklnhbiepmakm
公式URL https://chrome.google.com/webstore/detail/site-tools/cegpipbohedagjmllkolklnhbiepmakm
説明 Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.
ファイルサイズ 33.34 KB
インストール数 154
現在のバージョン 0.0.2
最終更新日 2016-06-21
公開日 2016-06-21
評価 5.00/5 合計 1 レビュー
開発者 Frontium Inc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sitetools.frontium.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Tools",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Launch Site Tools directly from the browser. Get your subscription from https:\/\/sitetools.frontium.com.",
    "homepage_url": "http:\/\/sitetools.frontium.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Site Tools"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "siteToolsIcon16x16.png",
        "19": "siteToolsIcon16x16.png",
        "48": "siteToolsIcon48x48.png",
        "128": "siteToolsIcon128x128.png",
        "96": "siteToolsIcon96x96x16.png"
    }
}