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.”。
擴展截圖
下載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 |
ID | pmmfkoldfghblakickfcpjpdhbbalaoh |
官方網址 | 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" ] } |