NetSuite Fixed Sublist Headers
Fixes all sublist headers so that they are still visible while scrolling
NetSuite Fixed Sublist Headers क्या है?
NetSuite Fixed Sublist Headers Kayla Kuhlman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes all sublist headers so that they are still visible while scrolling"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetSuite Fixed Sublist Headers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever dream of sticky headers when encountering a long sublist in NetSuite?! This extension will fix the headers so that they are visible while scrolling!
एक्सटेंशन की मूल जानकारी
नाम | NetSuite Fixed Sublist Headers |
ID | jkccganjjljmcfncmalmoiamfnefejpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg |
विवरण | Fixes all sublist headers so that they are still visible while scrolling |
फ़ाइल का आकार | 35.27 KB |
स्थापना संख्या | 2,065 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-11-08 |
प्रकाशन तिथि | 2021-11-07 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Kayla Kuhlman |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Kayla Kuhlman", "manifest_version": 2, "name": "NetSuite Fixed Sublist Headers", "description": "Fixes all sublist headers so that they are still visible while scrolling", "version": "1.0", "content_scripts": [ { "js": [ "lib\/jquery.min.js", "content.js" ], "matches": [ "*:\/\/*.app.netsuite.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.netsuite.com\/*" ] } |