MyIPCam

Easy and quick way to view and control your IP-cameras

MyIPCamคืออะไร?

MyIPCam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denfllow และคุณลักษณะหลักของมันคือ "Easy and quick way to view and control your IP-cameras"

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

screenshot
screenshot
screenshot

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

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

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

                        This Extension allows you to view and control your IP cameras in the popup window. To work you must select the camera model (or you can use "Autoscan"), fill an IP camera address, username and password to access your IP camera in the Options. This is a free function of the Extension.
* * *
MyIPCam is the easiest and fastest way to view your IP cameras. Basic functions, such as viewing and controlling the camera in a popup window, are free.
But you can get more: 
+ the function of image recording (to the Download folder),
+ the ability to view your cameras in a separate tab and in a separate window (for example, you can use full-screen mode),
+ 'Options' page and Popup window of the extension can be password protected,
+ the ability of extended PTZ (go to / set preset) for some cameras. 
To activate these functions, you must pay a small fee.
* * *
If you have problems setting up the extension, please write on [email protected]
* * *
If you can not find your camera in the list "Cam model" in "Options", try to use the field "Use snapshot path". In this field you should enter a PATH (/path) to the camera JPEG snapshot. All IP cameras have different snapshot link.

Privacy Policy:
http://myipcamapp.net/privacy/

NOTE. How to disable "Save as.." storm for image recording:
1. Open Chrome Settings­
2. Scroll down and click "­Show advanced settings...­"­
3. Find "Downloads"­
4. Disable "Ask where to save each file ­before downloading"                    

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

ชื่อ MyIPCam MyIPCam
ID hehdcdgdfhanbcbdkakahgpfinojokob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myipcam/hehdcdgdfhanbcbdkakahgpfinojokob
คำอธิบาย Easy and quick way to view and control your IP-cameras
ขนาดไฟล์ 405 KB
จำนวนการติดตั้ง 77,470
เวอร์ชันปัจจุบัน 1.2.10
อัปเดตครั้งล่าสุด 2021-11-23
วันที่เผยแพร่ 2020-04-12
คะแนน 3.78/5 รวมทั้งหมด 775 คะแนน
ผู้พัฒนา denfllow
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว http://myipcamapp.net/privacy
ภาษาที่รองรับ en-GB,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extTitle__",
    "description": "__MSG_extDesc__",
    "developer": {
        "name": "Denfllow",
        "url": "http:\/\/myipcamapp.net"
    },
    "manifest_version": 2,
    "version": "1.2.10",
    "icons": {
        "128": "cam128.png",
        "64": "cam64.png",
        "18": "cam-button.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "MyIPCam",
    "browser_action": {
        "default_title": "MyIPCam Ctrl+M",
        "default_icon": "cam-button.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "MacCtrl+M"
            }
        }
    },
    "homepage_url": "http:\/\/myipcamapp.net",
    "default_locale": "en_GB",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}