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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}