Site Tools

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

Site Tools là gì?

Site Tools là một tiện ích mở rộng Chrome được phát triển bởi Frontium Inc, và tính năng chính của nó là "Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Site Tools

Tải xuống các tệp mở rộng Site Tools 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

                        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                    

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

Tên Site Tools Site Tools
ID cegpipbohedagjmllkolklnhbiepmakm
URL Chính Thức https://chrome.google.com/webstore/detail/site-tools/cegpipbohedagjmllkolklnhbiepmakm
Mô tả Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.
Kích Thước Tệp 33.34 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Frontium Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sitetools.frontium.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}