Toggl Plan: Project Planning Calendar

Add tasks directly into Toggl Plan from your favourite web tools

Toggl Plan: Project Planning Calendarคืออะไร?

Toggl Plan: Project Planning Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toggl.com/plan และคุณลักษณะหลักของมันคือ "Add tasks directly into Toggl Plan from your favourite web tools"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggl Plan: Project Planning Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Toggl Plan: Project Planning Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Highlight a task description anywhere on the web, attach a project and an assignee from the simple pop-up, and it’s automatically added to your Toggl Plan timeline. 

This extension also adds a 1-click button inside several popular web tools for quick task integration. Toggl Plan extension is open source, and user contributions are highly appreciated!

How to use it?

1. Sign up for a free Toggl Plan account
2. Add Toggl Plan extension to your Chrome browser
3. Highlight + right-click on any text and choose “Add to Toggl Plan”
4. Add additional details: user, project, dates
6. The task is sent to your Toggl Plan timeline                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Toggl Plan: Project Planning Calendar Toggl Plan: Project Planning Calendar
ID hkccefhopobjcapedjbobimahkpcppnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toggl-plan-project-planni/hkccefhopobjcapedjbobimahkpcppnc
คำอธิบาย Add tasks directly into Toggl Plan from your favourite web tools
ขนาดไฟล์ 5.77 MB
จำนวนการติดตั้ง 5,681
เวอร์ชันปัจจุบัน 3.2.1
อัปเดตครั้งล่าสุด 2023-08-15
วันที่เผยแพร่ 2020-05-31
คะแนน 4.43/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://toggl.com/plan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://toggl.com/plan
URL หน้าช่วยเหลือ https://support.plan.toggl.com
URL หน้านโยบายความเป็นส่วนตัว https://toggl.com/plan/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggl Plan: Project Planning Calendar",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxm3PifguYiFk+uAqbTSlPO0fwzbPJF7eGYHD9MFZZfupkGv\/auivjNWmL13dClcsHHHv5+XVarMQ0bUUQ6ONTGnh7deFNJLHKQMBGUyryIiVsB\/c0jWHNi8vJJjhggSZx6X97M0L+xCehsp6TgovCVwY6ouD78oVvvqB+S\/SMUbP4CWN3Qp+7QdSuOmzCcVAaveHQxokrhkaLJXWk+0q8pGQGxr0wwxyUa7C1VdFBHS\/MqFyhuK0aSC9dbPiwJ1vTn8y9DyxbBrxQnCCcMgIBrFwqJbfi8E+NfjFcctoXRbbfuuWJBJxtP8ZdhYoeBJEFCxczRFaA4rhREpfuMzW2wIDAQAB",
    "version": "3.2.1",
    "manifest_version": 3,
    "author": "Toggl ",
    "description": "Add tasks directly into Toggl Plan from your favourite web tools",
    "short_name": "Toggl Plan",
    "icons": {
        "80": "images\/icon_80.png"
    },
    "host_permissions": [
        "*:\/\/*.toggl.com\/*",
        "*:\/\/*.toggl.space\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "identity"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*"
            ],
            "js": [
                "github.js"
            ],
            "css": [
                "github.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.trello.com\/*"
            ],
            "js": [
                "trello.js"
            ],
            "css": [
                "trello.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.gitlab.com\/*"
            ],
            "js": [
                "gitlab.js"
            ],
            "css": [
                "gitlab.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.atlassian.com\/*",
                "https:\/\/*.atlassian.net\/*",
                "https:\/\/*.jira.com\/*"
            ],
            "js": [
                "jira.js"
            ],
            "css": [
                "jira.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bitbucket.org\/*"
            ],
            "js": [
                "bitbucket.js"
            ],
            "css": [
                "bitbucket.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.podio.com\/*"
            ],
            "js": [
                "podio.js"
            ],
            "css": [
                "podio.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.asana.com\/*"
            ],
            "js": [
                "asana.js"
            ],
            "css": [
                "asana.css"
            ]
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "gcalendar.js"
            ],
            "css": [
                "gcalendar.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.bitrix24.com\/*"
            ],
            "js": [
                "bitrix24.js"
            ],
            "css": [
                "bitrix24.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.fuseboardapp.com\/*"
            ],
            "js": [
                "fuseboardapp.js"
            ],
            "css": [
                "fuseboardapp.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tickspot.com\/*"
            ],
            "js": [
                "tick.js"
            ],
            "css": [
                "tick.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "zendesk.js"
            ],
            "css": [
                "zendesk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.sentry.io\/organizations\/*\/issues\/*"
            ],
            "js": [
                "sentry.js"
            ],
            "css": [
                "sentry.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "88",
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "20": "images\/icon_20.png",
            "40": "images\/icon_40.png",
            "60": "images\/icon_60.png",
            "80": "images\/icon_80.png"
        },
        "default_title": "Toggl Plan"
    }
}