JossWork

Simple and secure online tools to take your business communication to next level.

JossWorkとは何ですか?

JossWorkはhttps://www.josswork.comによって開発されたChromeの拡張機能で、その主な機能は「Simple and secure online tools to take your business communication to next level.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Get work email, automated office attendance system, customer and pipeline management tools, invoicing system and many more for your business. Brand new technologies to accelerate your business process but reducing the cost and other errands.

With JossWork you can:

 - Email: Create custom email address with your company name.
 - Journal: Post and share daily activities with coworkers.
 - Attendance: Hasslefree automated work attendance system.
 - Pipeline: Track your sales process and keep winning new business.
 - Customers: Build detailed customer database as your company asset.
 - Invoice: Easily track and manage financial activities of your business.
 - Recruitment: Innovative recruitment process to hire the right person.
 - Admin: Centralized control panel to setup and manage users, work and domain.

This app allows you to take your work with you, no matter wherever you go.

“It’s really great to see how a local tech company is building such awesome product which could be compared with any leading global services. The localized customer service definitely a big bonus.” - Nasir Uddin, Head of IT, Genex Infosys.                    

拡張機能の基本情報

名前 JossWork JossWork
ID kbfbeeaccmaaadlccpmbgcadagpaaaef
公式URL https://chromewebstore.google.com/detail/josswork/kbfbeeaccmaaadlccpmbgcadagpaaaef
説明 Simple and secure online tools to take your business communication to next level.
ファイルサイズ 57.48 KB
インストール数 50
現在のバージョン 1.5.9
最終更新日 2018-03-27
公開日 2018-03-27
評価 4.91/5 合計 11 レビュー
開発者 https://www.josswork.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JossWork",
    "short_name": "JossWork",
    "version": "1.5.9",
    "manifest_version": 2,
    "description": "Simple and secure online tools to take your business communication to next level.",
    "homepage_url": "https:\/\/www.josswork.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Click here to Check-in",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon.png"
    },
    "options_page": "src\/options.html",
    "permissions": [
        "idle",
        "storage",
        "geolocation",
        "notifications",
        "https:\/\/app.josswork.com\/"
    ]
}