TaskerTrigger

This extension lets you send pre configured pushes to tasker via pushbullet

TaskerTrigger là gì?

TaskerTrigger là một tiện ích mở rộng Chrome được phát triển bởi automattech, và tính năng chính của nó là "This extension lets you send pre configured pushes to tasker via pushbullet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TaskerTrigger

Tải xuống các tệp mở rộng TaskerTrigger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TaskerTrigger TaskerTrigger
ID bpljocffanejenmdmmajolkkcgnaapcc
URL Chính Thức https://chromewebstore.google.com/detail/taskertrigger/bpljocffanejenmdmmajolkkcgnaapcc
Mô tả This extension lets you send pre configured pushes to tasker via pushbullet
Kích Thước Tệp 548 KB
Số Lần Cài Đặt 392
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-05-10
Ngày Phát Hành 2015-05-10
Đánh Giá 3.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển automattech
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}