Flowace-Asana

A chrome extension that provides Flowace functionalities

什麼是Flowace-Asana?

Flowace-Asana是由https://flowace.in開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that provides Flowace functionalities”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Flowace-Asana擴展crx文件

下載Flowace-Asana擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Flowace captures automated time spent by the user on Asana tasks. The user can press the start stop timer button on Asana to get estimated vs actual time spent on the task. This greatly helps in time projection, planning and resource utilization.                    

擴展基本資訊

名稱 Flowace-Asana Flowace-Asana
ID mkkjcacbbhdgdmbghfdpgkodcooechnl
官方網址 https://chromewebstore.google.com/detail/flowace-asana/mkkjcacbbhdgdmbghfdpgkodcooechnl
簡介 A chrome extension that provides Flowace functionalities
檔案大小 626 KB
安裝次數 87
目前版本 4.3.0
更新時間 2023-02-16
上架時間 2022-07-28
開發者 https://flowace.in
電子郵箱 [email protected]
付費類型 free
擴展官網 https://flowace.in
隱私政策頁面URL https://flowace.in/privacypolicy.pdf
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension that provides Flowace functionalities",
    "version": "4.3.0",
    "manifest_version": 3,
    "name": "Flowace-Asana",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icon-48.png"
    },
    "icons": {
        "48": ".\/icon-48.png",
        "128": ".\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/app.asana.com\/*",
        "https:\/\/api.flowace.in\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "icon-48.png",
                "close.png",
                "popup.html",
                "fonts\/*",
                "*.ttf"
            ],
            "matches": [
                "https:\/\/app.asana.com\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "tabs"
    ]
}