TaskerTrigger
This extension lets you send pre configured pushes to tasker via pushbullet
TaskerTriggerคืออะไร?
TaskerTrigger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย automattech และคุณลักษณะหลักของมันคือ "This extension lets you send pre configured pushes to tasker via pushbullet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TaskerTrigger
ดาวน์โหลดไฟล์ส่วนขยาย TaskerTrigger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trigger Tasker tasks from your browser! This chrome extension lets you send pre-configured messages to your phone via Pushbullet which you can then use to trigger Tasker tasks. If you don't know what Tasker is then this is not the app your looking for, if you do know what Tasker is but don't have the Pushbullet app you will need it installed on your android device. here's the link... https://play.google.com/store/apps/details?id=com.pushbullet.android If your still reading this despite not knowing what Tasker is see this link below... https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TaskerTrigger |
ID | bpljocffanejenmdmmajolkkcgnaapcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taskertrigger/bpljocffanejenmdmmajolkkcgnaapcc |
คำอธิบาย | This extension lets you send pre configured pushes to tasker via pushbullet |
ขนาดไฟล์ | 548 KB |
จำนวนการติดตั้ง | 392 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2015-05-10 |
วันที่เผยแพร่ | 2015-05-10 |
คะแนน | 3.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | automattech |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TaskerTrigger", "description": "This extension lets you send pre configured pushes to tasker via pushbullet", "version": "1.4", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "img\/16taskerTriggerLogo.png", "48": "img\/48taskerTriggerLogo.png", "128": "img\/128taskerTriggerLogo.png" }, "options_page": "options.html", "permissions": [ "http:\/\/api.pushbullet.com\/v2\/*", "https:\/\/api.pushbullet.com\/v2\/*", "storage" ] } |