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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SuiteTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}