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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | cegpipbohedagjmllkolklnhbiepmakm |
官方網址 | 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" } } |