IP Sync

Keep your device IP synced, access your IP address everywhere.

IP Syncคืออะไร?

IP Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adiyos.labs และคุณลักษณะหลักของมันคือ "Keep your device IP synced, access your IP address everywhere."

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

screenshot
screenshot

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

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

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

                        * Keep your IP address updated using Google cloud
* List all your synced devices IPs
* Connect directly by single click to your PC, using RDP (where available)

Note: extension will require an access (on demand) to your Google Drive, this is mandatory for syncing IP to Google cloud, an isolated folder inside Drive will be created for this purpose.

Icons by http://icons8.com/ (Icons8)
Powered by http://ipinfo.io/ (ipinfo.io)

Permissions:
* access your data on apis.google.com and www.googleapis.com - required for accessing Google Drive
* access your tabs and browsing activity - required for communicating with extension's tabs                    

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

ชื่อ IP Sync IP Sync
ID ejdkgmcoejffcljlobjiepejbklbokoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ip-sync/ejdkgmcoejffcljlobjiepejbklbokoi
คำอธิบาย Keep your device IP synced, access your IP address everywhere.
ขนาดไฟล์ 93.98 KB
จำนวนการติดตั้ง 305
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2015-10-31
วันที่เผยแพร่ 2015-10-31
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา adiyos.labs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Sync",
    "description": "Keep your device IP synced, access your IP address everywhere.",
    "version": "1.1.0",
    "icons": {
        "32": "resources\/IPSync-32.png",
        "48": "resources\/IPSync-48.png",
        "128": "resources\/IPSync-128.png"
    },
    "browser_action": {
        "default_icon": "resources\/IPSync-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js",
            "Consts.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "background",
        "alarms",
        "identity",
        "tabs",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/apis.google.com\/js\/client.js"
    ],
    "web_accessible_resources": [
        "resources\/*",
        "rdp1.text",
        "rdp2.text",
        "default.rdp"
    ],
    "oauth2": {
        "client_id": "951883375165-1au25k6ham1o9d6kqbgchnjm5of4h0tf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0OYrGvAcyMShHpLG7Dbf2x8crbHyivWACjTV7hkOUIQ2tY292mm8aBTdYPq2EJRv\/xGqm\/ic7bIuWTFT2ns4UlmeWBfGadNJP0uuHq3Z33KhRkaano9U4dFnF0E1+XUauhGT54WafdSB2Iq3pgmneuceHyOCHe2IGEfHpAeXrac4w9a8FRbkIIde6JYI+5k7X2WOsJMtk1etHyoAyzJiV\/ASenIEd9orROGXWe56pMRwdzKZxPTKCtbPNOQe0LINwzazPra6ILMdKUHI0mt42pzWXaAUC5OXPAHQokQNnF5Axx\/GXFzHFNiHl9q+bzqwrP+WHiJ19yI3Q9\/eWE+IOQIDAQAB"
}