Chrome SP Dev Tools

Chrome SP Dev Tools

Apa itu Chrome SP Dev Tools?

Chrome SP Dev Tools adalah ekstensi Chrome yang dikembangkan oleh https://js231sp.com, dan fitur utamanya adalah "Chrome SP Dev Tools".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Chrome SP Dev Tools

Unduh file ekstensi Chrome SP Dev Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A Google chrome extension design to make SharePoint Developer’s life easier. Providing several useful tools:

- Search API Tool: Test and see results and indexed properties returned by the SharePoint Search API.

- Property Bag tool: allowing Devs to Create, Update or Delete web properties.

- Site Lists tool: showing a list of all the lists and libraries Public or Hidden.

- Web Custom Actions tool: allowing Devs to Create, Update or Delete web custom actions.

- Site Custom Actions tool: allowing Devs to Create, Update or Delete site custom actions.

- Web and site feature tool: showing a list of all the web and site features with the option of Activate or Deactivate the features.                    

Informasi Dasar Ekstensi

Nama Chrome SP Dev Tools Chrome SP Dev Tools
ID efhiadiopfkjpdihdmlccoffnpdblkho
URL Resmi https://chrome.google.com/webstore/detail/chrome-sp-dev-tools/efhiadiopfkjpdihdmlccoffnpdblkho
Deskripsi Chrome SP Dev Tools
Ukuran File 608 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.6.1
Terakhir Diperbarui 2018-11-04
Tanggal Publikasi 2018-11-04
Penilaian 5.00/5 Total 17 Penilaian
Pengembang https://js231sp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/DariuS231/ChromeSPDevTools
URL Halaman Bantuan https://github.com/DariuS231/ChromeSPDevTools/issues
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome SP Dev Tools",
    "version": "1.6.1",
    "manifest_version": 2,
    "description": "Chrome SP Dev Tools",
    "icons": {
        "16": "images\/sp_dev_tool_logo_16.png",
        "19": "images\/sp_dev_tool_logo_19.png",
        "32": "images\/sp_dev_tool_logo_32.png",
        "64": "images\/sp_dev_tool_logo_64.png",
        "76": "images\/sp_dev_tool_logo_76.png",
        "128": "images\/sp_dev_tool_logo_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/sp_dev_tool_logo_16.png",
            "19": "images\/sp_dev_tool_logo_19.png",
            "32": "images\/sp_dev_tool_logo_32.png",
            "64": "images\/sp_dev_tool_logo_64.png",
            "76": "images\/sp_dev_tool_logo_76.png",
            "128": "images\/sp_dev_tool_logo_128.png"
        },
        "default_title": "Chrome SP Dev Tools",
        "default_popup": "index.html"
    }
}