Site Tools

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

Wat is Site Tools?

Site Tools is een Chrome-extensie ontwikkeld door Frontium Inc, en de belangrijkste functie is "Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Site Tools

Download Site Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Site Tools Site Tools
ID cegpipbohedagjmllkolklnhbiepmakm
Officiële URL https://chrome.google.com/webstore/detail/site-tools/cegpipbohedagjmllkolklnhbiepmakm
Beschrijving Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.
Bestandsgrootte 33.34 KB
Aantal Installaties 154
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-06-21
Publicatiedatum 2016-06-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Frontium Inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sitetools.frontium.com
Ondersteunde Talen 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"
    }
}