RemoteSlide

Remotely control slides and presentations from your smartphone.

RemoteSlide란 무엇입니까?

RemoteSlide은(는) https://remote-sli.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remotely control slides and presentations from your smartphone."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        RemoteSlide allows you to easily control your slides and presentations - for example on Google Slides, Prezi, etc. - from your own smartphone! 
No need to buy any fancy hardware; you don't even need to install any software. 

With a few clicks you're ready to start presenting!
It has cool features like a live preview of what's visible on screen, and even a virtual laser pointer!                    

확장 프로그램 기본 정보

이름 RemoteSlide RemoteSlide
ID ojmlekgoiolmbfddhkdbnlpndbcipfkp
공식 URL https://chromewebstore.google.com/detail/remoteslide/ojmlekgoiolmbfddhkdbnlpndbcipfkp
설명 Remotely control slides and presentations from your smartphone.
파일 크기 256 KB
설치 횟수 152
현재 버전 1.0.1
최근 업데이트 2021-10-11
출시 날짜 2021-10-11
평점 4.50/5 총 2 개의 평점
개발자 https://remote-sli.de
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://remote-sli.de
개인정보 보호 정책 페이지 URL https://legal.inventivetalent.org/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RemoteSlide",
    "description": "Remotely control slides and presentations from your smartphone.",
    "version": "1.0.1",
    "author": "inventivetalent",
    "homepage_url": "https:\/\/remote-sli.de",
    "browser_action": {
        "default_icon": "img\/logo-128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png",
        "256": "img\/logo-256.png",
        "512": "img\/logo-512.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/remote-sli.de https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "sessionGrabber.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/socket.io.js",
                "inject\/injector.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/prezi.com\/*",
                "http:\/\/prezi.com\/*"
            ],
            "js": [
                "util\/preziInjector.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "lib\/*",
        "inject\/*",
        "util\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.remote-sli.de\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmgGEhK6weGVD344+qF6Crf8AxaId\/YJ8u4QRE4vPiXECCs3lsg9ixwHJ6GrRGyCeAKOqoQLioTfCCjYSEnaY7+BWea7sEPNjJitUJc98G+t+STX5pPON3vnqbNXfPkJXrQrXFmAW4f9PJkf2mTdIb+VJEKB1pSkxLPoc98B2Va60f8ZS4UxxVYTuFfxtQQXNgRhexW4Dy8xt1IkAIMxwJ3m5U6n3ogc0A5g47jmdZxDSu1dHCvyVKOD6tVMmKMcI8KyrZTuQeJFW7vcdgmLJFlxqXPdsK\/6eUhsaseMtVbkEK5ahYXCYTEflpq0L+YSeFkfvAugoVB\/U5V6U910KiQIDAQAB"
}