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 là gì?

Stay Up là một tiện ích mở rộng Chrome được phát triển bởi Upflow, và tính năng chính của nó là "Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stay Up

Tải xuống các tệp mở rộng Stay Up dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stay Up Stay Up
ID pmmfkoldfghblakickfcpjpdhbbalaoh
URL Chính Thức https://chromewebstore.google.com/detail/stay-up/pmmfkoldfghblakickfcpjpdhbbalaoh
Mô tả Stay Up is a Chrome Extension that offers many features for users to make the most out of social media platforms.
Kích Thước Tệp 682 KB
Số Lần Cài Đặt 811
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2020-03-30
Ngày Phát Hành 2020-03-27
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Upflow
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://up.kiemtiencenter.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}