SuiteTime

SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.

SuiteTimeとは何ですか?

SuiteTimeはhttps://netsolutes.comによって開発されたChromeの拡張機能で、その主な機能は「SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.」です。

拡張機能のスクリーンショット

SuiteTime拡張機能のCRXファイルをダウンロード

SuiteTime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SuiteTime enables filling NetSuite timesheet easily.

It gives you a Button on all NetSuite pages to enter your time while you are working on your day to day tasks.
It list downs all the project and task assigned to you so that you can select them and fill your time against them.

SuiteTime memorizes the time that you have filled in so that you can later sync your Netsuite timesheet. No need to navigate to Timesheet form. This reduces number of clicks user needs to get on time form.

Send us your feedback at [email protected]                    

拡張機能の基本情報

名前 SuiteTime SuiteTime
ID oimigblhmdfffmkalfddeajimhecbbgk
公式URL https://chromewebstore.google.com/detail/suitetime/oimigblhmdfffmkalfddeajimhecbbgk
説明 SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.
ファイルサイズ 1.25 MB
インストール数 40
現在のバージョン 0.1.3
最終更新日 2020-03-08
公開日 2020-03-08
評価 5.00/5 合計 1 レビュー
開発者 https://netsolutes.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://netsolutes.com/
ヘルプページのURL https://netsolutes.com/faq
プライバシーポリシーページのURL https://netsolutes.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuiteTime",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.",
    "homepage_url": "https:\/\/netsolutes.com\/",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_title": "SuiteTime",
        "default_popup": "src\/browser_action\/home.html"
    },
    "permissions": [
        "notifications",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "src\/inject\/jqueryModal.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js",
                "src\/inject\/NetSuitePush.js"
            ]
        }
    ]
}