Synqnest

Get Synqnest - The Chrome extension that makes you productive by managing mobile notifications seamlessly from your desktop.

Synqnest란 무엇입니까?

Synqnest은(는) https://synqnest.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Synqnest - The Chrome extension that makes you productive by managing mobile notifications seamlessly from your desktop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Synqnest 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tired of switching between phone and computer for notifications and messages? Want to easily copy/paste across devices? Synqnest has got your back! With our Chrome extension, you can mirror notifications from your phone straight to your desktop and even reply to messages without ever leaving your browser. We also support copying from mobile device and pasting at desktop or vice a versa. Say goodbye to juggling devices and hello to seamless communication.

• • •

Use Synqnest to:
★ Sync Mobile Notifications on your Desktop for a Seamless Experience
★ Reply to Mobile Messages from the Comfort of your Desktop
★ Copy paster between devices.

Stay in Synq, effortlessly!


Questions? Feedback? Reach out on [email protected].                    

확장 프로그램 기본 정보

이름 Synqnest Synqnest
ID jaafcldblmpgbokejbhmggeeegjofhep
공식 URL https://chromewebstore.google.com/detail/synqnest/jaafcldblmpgbokejbhmggeeegjofhep
설명 Get Synqnest - The Chrome extension that makes you productive by managing mobile notifications seamlessly from your desktop.
파일 크기 12.47 MB
설치 횟수 24
현재 버전 1.6.10
최근 업데이트 2023-11-04
출시 날짜 2023-03-06
평점 5.00/5 총 5 개의 평점
개발자 https://synqnest.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://synqnest.com
개인정보 보호 정책 페이지 URL https://synqnest.com/wp-content/uploads/2023/06/privacy_policy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synqnest",
    "version": "1.6.10",
    "description": "Get Synqnest - The Chrome extension that makes you productive by managing mobile notifications seamlessly from your desktop.",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-96x96.png",
        "192": "icons\/android-icon-192x192.png"
    },
    "commands": {
        "copyCode": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Copy Code"
        }
    },
    "action": {
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "96": "icons\/favicon-96x96.png",
            "32": "icons\/favicon-32x32.png"
        },
        "default_title": "Synqnest",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "dist\/background.js",
        "type": "module"
    },
    "oauth2": {
        "client_id": "465074450357-sb2d2jk5lhn612o0v16blp5bsqs8pk7s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "permissions": [
        "alarms",
        "identity",
        "idle",
        "scripting",
        "notifications",
        "contextMenus",
        "offscreen",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApGPdN7\/penxLLsVWVSczLtzy3+AuHKgzfd2zvR2fRhSLh+I0IZyCZTGcxikomZSMorilQUIvO0SPDhmdeGS8P3iTs+fQCZBoKBNfykQWfDJcW5U91q4BLTw+uo\/DBn492NwGqID0pv0z8w5l+N\/ROwgw19w2ArSxRp1Xf3ziUuJUZtG3KhX88AUngA9Av2oZTbZ3Wmitusbt12NqnKHwGzL9qIp1lRPp1ehwGHe5pJ\/6gxakdevZeYhjS6vws3cSiMYDn7hRVybgt17a0AgJHuo9+dUYuOv0HJii\/UhkXo8F\/oCEo6\/hMHs+IPFUjwJeDOkU5bMTmdiwriZMIhOO3wIDAQAB"
}