Site Tools
Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com.
Site Toolsคืออะไร?
Site Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frontium Inc และคุณลักษณะหลักของมันคือ "Launch Site Tools directly from the browser. Get your subscription from https://sitetools.frontium.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Tools
ดาวน์โหลดไฟล์ส่วนขยาย Site Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |