Smartsheet Extension
Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
Smartsheet Extensionคืออะไร?
Smartsheet Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ing.cmolina และคุณลักษณะหลักของมันคือ "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smartsheet Extension
ดาวน์โหลดไฟล์ส่วนขยาย Smartsheet Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your Smartsheet experience with the Smartsheet Extension. This extension executes custom code whenever you visit a Smartsheet URL, allowing you to automate tasks and streamline your workflow. Features: - Scroll to Specific Rows: The included code enables you to scroll directly to a specific row in the Smartsheet grid, making it easier to navigate and focus on the relevant information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smartsheet Extension |
ID | alaiobianfncjpaneanbdpecondcnifn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn |
คำอธิบาย | Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row. |
ขนาดไฟล์ | 26.75 KB |
จำนวนการติดตั้ง | 133 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-07-04 |
วันที่เผยแพร่ | 2023-07-03 |
ผู้พัฒนา | ing.cmolina |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smartsheet Extension", "version": "1.0", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.", "host_permissions": [ "https:\/\/app.smartsheet.com\/sheets\/*" ], "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/app.smartsheet.com\/sheets\/*" ] } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/app.smartsheet.com\/*" ] } ] } |