AutoRemote

Send and receive messages to and from your Android Device through AutoRemote

AutoRemoteคืออะไร?

AutoRemote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://joaoapps.com และคุณลักษณะหลักของมันคือ "Send and receive messages to and from your Android Device through AutoRemote"

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

screenshot

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

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

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

                        With the AutoRemote extension you can setup Commands that will enable you to send AutoRemote messages based on your current selection in Chrome.

You can also receive messages from anywhere, so you can open pages remotely from your phone, for example, or receive your phone's notifications on your PC. You can also redirect messages to the EventGhost plugin for total automation. More info on EventGhost here: http://joaoapps.com/autoremote/eventghost/

For example, you can setup a Command that will create a "call" command. This way, when you select a phone number on any webpage, just send it with the call command to your phone, and a "call=:=NR_HERE" command will be sent. In Tasker, setup an AutoRemote profile with a "call=:=" message filter and with a direct call task where you use the "%arcomm" variable as a phone number

Quickstart guide:
 - Start by adding your Android devices at the top
 - Add any commandyou want at the bottom. Rules will be setup one by one for the devices you choose.
 - If you check the "Don't send right-click selection with this command" checkbox, the selection you choose on a page when you right-click it, won't be sent with the message.
- You can also use keyboard shortcuts Ctrl+Shift+1 to Ctrl+Shift+4 to quickly use the commands you have defined.                    

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

ชื่อ AutoRemote AutoRemote
ID hglmpnnkhfjpnoheioijdpleijlmfcfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoremote/hglmpnnkhfjpnoheioijdpleijlmfcfb
คำอธิบาย Send and receive messages to and from your Android Device through AutoRemote
ขนาดไฟล์ 55.27 KB
จำนวนการติดตั้ง 5,790
เวอร์ชันปัจจุบัน 1.5.42
อัปเดตครั้งล่าสุด 2019-03-26
วันที่เผยแพร่ 2019-03-26
คะแนน 4.74/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา https://joaoapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://play.google.com/store/apps/details?id=com.joaomgcd.autoremote
URL หน้าช่วยเหลือ http://joaoapps.com/autoremote
URL หน้านโยบายความเป็นส่วนตัว http://joaoapps.com/join/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoRemote",
    "description": "Send and receive messages to and from your Android Device through AutoRemote",
    "version": "1.5.42",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "permissions": [
        "background",
        "gcm",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "notifications",
        "tabs",
        "http:\/\/autoremotejoaomgcd.appspot.com\/",
        "https:\/\/autoremotejoaomgcd.appspot.com\/",
        "https:\/\/www.googleapis.com\/",
        "http:\/\/localhost\/",
        "https:\/\/dl.dropboxusercontent.com\/",
        "https:\/\/*.googleusercontent.com\/",
        "https:\/\/docs.google.com\/",
        "https:\/\/*.ytimg.com\/",
        "https:\/\/www.bing.com\/",
        "*:\/\/*.joaoapps.com\/*"
    ],
    "icons": {
        "16": "autoremotesmall.png",
        "48": "autoremotemedium.png",
        "128": "autoremotebig.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "autoremotemedium.png"
    ],
    "background": {
        "page": "autoremote.html"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCcGnY0PSS8h6VsFoVn6CKGNF82\/QmlkidjvTa2f5\/L0diSUYx\/CsoXKw3KTxkvPus7nClAsfWCH1VGyGnzjWCPrsCEmkn\/c6I2x2n5d8R\/STx\/b5loz7vELnOW9se0pllY057Pd5rP0mdzctbOTjaVlTbBGeXTlAKcfYZ+SmOCYQIDAQAB",
    "options_page": "options.html",
    "manifest_version": 2,
    "commands": {
        "1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "First Command"
        },
        "2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Second Command"
        },
        "3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "Third Command"
        },
        "4": {
            "suggested_key": {
                "default": "Ctrl+Shift+4"
            },
            "description": "Fourth Command"
        }
    }
}