Site Tools

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

Site Tools क्या है?

Site Tools Frontium Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}