SP Editor

Create and update SharePoint Online/SP2013/SP2016/SP2019 css/js files, inject files to web, manage web/list properties, list Webhook

SP Editorคืออะไร?

SP Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomi Tavela และคุณลักษณะหลักของมันคือ "Create and update SharePoint Online/SP2013/SP2016/SP2019 css/js files, inject files to web, manage web/list properties, list Webhook"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SP Editor

ดาวน์โหลดไฟล์ส่วนขยาย SP Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Google Chrome Extension for creating and updating files (js, css), injecting files to sites, modifying web/list propertybag values (add, edit, remove, index) and creating webhook subscriptions, edit/add/remove webparts from publishing pages and run sp-pnp-js typescript snippets in SP2013, SP2016, SP2019 and SharePoint Online from Chrome Developer Tools. This tool will help you create amazing SharePoint applications fast from your browser from any computer which runs Chrome!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SP Editor SP Editor
ID ecblfcmjnbbgaojblcpmjoamegpbodhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sp-editor/ecblfcmjnbbgaojblcpmjoamegpbodhd
คำอธิบาย Create and update SharePoint Online/SP2013/SP2016/SP2019 css/js files, inject files to web, manage web/list properties, list Webhook
ขนาดไฟล์ 10.11 MB
จำนวนการติดตั้ง 12,330
เวอร์ชันปัจจุบัน 5.6.17
อัปเดตครั้งล่าสุด 2022-12-31
วันที่เผยแพร่ 2020-05-10
คะแนน 4.77/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา Tomi Tavela
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tavikukko/Chrome-SP-Editor
URL หน้าช่วยเหลือ https://github.com/tavikukko/Chrome-SP-Editor
URL หน้านโยบายความเป็นส่วนตัว https://github.com/tavikukko/Chrome-SP-Editor/wiki/Privacy-Policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SP Editor",
    "homepage_url": "https:\/\/github.com\/tavikukko\/Chrome-SP-Editor",
    "version": "5.6.17",
    "description": "Create and update SharePoint Online\/SP2013\/SP2016\/SP2019 css\/js files, inject files to web, manage web\/list properties, list Webhook",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_popup": "app\/popup.html",
        "default_title": "SP Editor"
    },
    "web_accessible_resources": [
        "app\/js\/alertify.js",
        "app\/js\/system.js",
        "app\/js\/common.es5.umd.bundle.js",
        "app\/js\/config-store.es5.umd.bundle.js",
        "app\/js\/graph.es5.umd.bundle.js",
        "app\/js\/logging.es5.umd.bundle.js",
        "app\/js\/odata.es5.umd.bundle.js",
        "app\/js\/pnpjs.es5.umd.bundle.js",
        "app\/js\/adaljsclient.es5.umd.bundle.js",
        "app\/js\/sp-addinhelpers.es5.umd.bundle.js",
        "app\/js\/sp-clientsvc.es5.umd.bundle.js",
        "app\/js\/sp.es5.umd.bundle.js",
        "app\/js\/sp-taxonomy.es5.umd.bundle.js",
        "app\/panel.html"
    ],
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "css": [
                "app\/css\/alertify.css"
            ],
            "js": [
                "app\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}