Stay Up

Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.

Stay Upとは何ですか?

Stay UpはUpflowによって開発されたChromeの拡張機能で、その主な機能は「Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms. It helps you save time & gain more productivity at work and recreation.

The first feature of the extension is Canned Respone: automactically send messages on Facebook profile with prepared answers. This feature is crucial, especially with individuals selling products and services on Facebook. They always have to reply to customers with the same answers all the time. 

For ideas contribution and support of Stay Up, please contact [email protected]                    

拡張機能の基本情報

名前 Stay Up Stay Up
ID pmmfkoldfghblakickfcpjpdhbbalaoh
公式URL https://chromewebstore.google.com/detail/stay-up/pmmfkoldfghblakickfcpjpdhbbalaoh
説明 Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.
ファイルサイズ 682 KB
インストール数 811
現在のバージョン 2.0.2
最終更新日 2020-03-30
公開日 2020-03-27
評価 3.71/5 合計 7 レビュー
開発者 Upflow
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://up.kiemtiencenter.com/privacy
対応言語 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay Up",
    "author": "Kiemtiencenter",
    "description": "Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.",
    "version": "2.0.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stay Up"
    },
    "background": {
        "scripts": [
            "assets\/js\/core\/jquery.min.js",
            "scripts\/analytics.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/injects.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*",
                "https:\/\/*.messenger.com\/t\/*"
            ],
            "css": [
                "assets\/injects.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ]
}