Site Tools
Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.
What is Site Tools?
Site Tools is a Chrome extension developed by Frontium Inc, and its main feature is "Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.".
Extension Screenshots
Download Site Tools Extension CRX File
Download Site Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | cegpipbohedagjmllkolklnhbiepmakm |
Official URL | https://chrome.google.com/webstore/detail/site-tools/cegpipbohedagjmllkolklnhbiepmakm |
Description | Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com. |
File Size | 33.34 KB |
Installation Count | 154 |
Current Version | 0.0.2 |
Last Updated | 2016-06-21 |
Publish Date | 2016-06-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Frontium Inc |
[email protected] | |
Payment Type | free |
Extension Website | https://sitetools.frontium.com |
Supported Languages | 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" } } |