Recur for Basecamp

Recurring to-dos within Basecamp

Recur for Basecampคืออะไร?

Recur for Basecamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.trackedhq.com และคุณลักษณะหลักของมันคือ "Recurring to-dos within Basecamp"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recur for Basecamp

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

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

                        Add recurring to-dos to your Basecamp with a native UI experience. Made with native Basecamp UI elements, this extension allows you to stay in the app you love while adding repeating to-dos in a seamless integration.                    

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

ชื่อ Recur for Basecamp Recur for Basecamp
ID plhglaflppbkmegaobkfdhjclakmmpmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recur-for-basecamp/plhglaflppbkmegaobkfdhjclakmmpmd
คำอธิบาย Recurring to-dos within Basecamp
ขนาดไฟล์ 214 KB
จำนวนการติดตั้ง 776
เวอร์ชันปัจจุบัน 2.1.10
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2020-02-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา www.trackedhq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.trackedhq.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/options.js",
                "js\/profiles\/recur_request.js",
                "js\/profiles\/recur_api.js",
                "js\/profiles\/recur_form.js",
                "js\/profiles\/recurring_todos_list.js",
                "js\/profiles\/mutation_observer.js"
            ],
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "name": "Recur for Basecamp",
    "short_name": "Recur",
    "version": "2.1.10",
    "manifest_version": 2,
    "icons": {
        "48": "images\/recur_logo_background.png"
    },
    "description": "Recurring to-dos within Basecamp",
    "browser_action": {
        "default_icon": "images\/recur_logo_background.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "html\/*"
    ]
}