better netsuite
Improvements for netsuite UI
better netsuiteとは何ですか?
better netsuiteはilc182によって開発されたChromeの拡張機能で、その主な機能は「Improvements for netsuite UI」です。
拡張機能のスクリーンショット
better netsuite拡張機能のCRXファイルをダウンロード
better netsuite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides fixes for the useless UI of netsuite. Added features: - enlarged input box for timelog description - summary table for logged hours per project v1.2: - editable Hourly fee field - billable amount is calculated per project and total - minor code refactor v1.3 - szamlazz.hu "integration", to auto-create an invoice draft, based on summary table v1.4 - updated CSS to match netsuite's updated HTML v1.5 - hourly fee can be set per project v1.6 - invoice generation logic changed to show actual hours v1.7 - updated CSS to match netsuite's updated HTML
拡張機能の基本情報
名前 | better netsuite |
ID | gphcnjdkgodjpbcfdombfmjadagiipne |
公式URL | https://chromewebstore.google.com/detail/better-netsuite/gphcnjdkgodjpbcfdombfmjadagiipne |
説明 | Improvements for netsuite UI |
ファイルサイズ | 33.77 KB |
インストール数 | 58 |
現在のバージョン | 1.7 |
最終更新日 | 2023-04-25 |
公開日 | 2022-04-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ilc182 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "better netsuite", "description": "Improvements for netsuite UI", "version": "1.7", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/*" ] }, { "js": [ "szamlazz.js" ], "matches": [ "https:\/\/www.szamlazz.hu\/szamla\/?page=szamlaszerkeszto" ] } ] } |