Pushsafer

Pushsafer for Google Chrome

Pushsaferとは何ですか?

Pushsaferはhttps://www.pushsafer.comによって開発されたChromeの拡張機能で、その主な機能は「Pushsafer for Google Chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pushsafer拡張機能のCRXファイルをダウンロード

Pushsafer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}