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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}