Pushsafer

Pushsafer for Google Chrome

Pushsafer란 무엇입니까?

Pushsafer은(는) https://www.pushsafer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pushsafer for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Pushsafer for Google Chrome

Send links, website urls, selected text or image urls to your registered devices.

Right Click on text selection, images or links to send the content or link as a push notification to your device.

More info about Pushsafer.com can be found on https://www.pushsafer.com

What does Pushsafer.com do?
Pushsafer make it easy and safe to get push-notifications in real time on your Android or Windows mobile device, iPhone, iPad and Desktop!
Send push-notifications to your devices by EMAIL, through a simple URL / LINK or with our API

Offers solutions for many case studies, for example: home automation alerts, ip camera motion detection, server monitoring, sheduled reminder and everything else you want to be reminded

It is easy to set up!

Test Pushsafer for free now                    

확장 프로그램 기본 정보

이름 Pushsafer Pushsafer
ID lhlnaecofifmbdeegoffjohnfknbdeip
공식 URL https://chromewebstore.google.com/detail/pushsafer/lhlnaecofifmbdeegoffjohnfknbdeip
설명 Pushsafer for Google Chrome
파일 크기 639 KB
설치 횟수 611
현재 버전 1.1.4
최근 업데이트 2021-07-30
출시 날짜 2019-09-22
평점 3.67/5 총 3 개의 평점
개발자 https://www.pushsafer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.pushsafer.com
도움말 페이지 URL https://www.pushsafer.com/en/chrome-extension
개인정보 보호 정책 페이지 URL https://www.pushsafer.com/privacy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_appDefaultTitle__"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "1.1.4"
}