Deal Lab 勤劳的播报员 alpha 版
勤劳的播报员
What is Deal Lab 勤劳的播报员 alpha 版?
Deal Lab 勤劳的播报员 alpha 版 is a Chrome extension developed by https://deallab.xyz, and its main feature is "勤劳的播报员".
Extension Screenshots
Download Deal Lab 勤劳的播报员 alpha 版 Extension CRX File
Download Deal Lab 勤劳的播报员 alpha 版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Deal Lab 播报员 alpha版 实现了Chrome浏览器插件推送功能,真诚邀请大家参与公测, 有bug或者任何关于deal本身的问题都欢迎大家加 deardeal2 入群交流。 ⬇️欢迎大家收藏我们网站⬇️ https://deallab.xyz 总结了全网最全deal信息,还会每日滚动更新 因为是三天前才开始紧急开发出来的,内容还不多,目前功能包括但不仅限于: 1. 每日deal分类汇总 2.单条deal好物划重点 3.搜索/分类 方便检索 4. Chrome浏览器插件推送功能(黑五推出alpha版) 5. 凑单/晒单/穿搭分享/树洞报deal功能正在紧急开发中!
Extension Basic Information
Name | Deal Lab 勤劳的播报员 alpha 版 |
ID | ikgpaaebkadkedillpjjfjnbnfijobie |
Official URL | https://chromewebstore.google.com/detail/deal-lab-%E5%8B%A4%E5%8A%B3%E7%9A%84%E6%92%AD%E6%8A%A5%E5%91%98-alpha-%E7%89%88/ikgpaaebkadkedillpjjfjnbnfijobie |
Description | 勤劳的播报员 |
File Size | 3.01 MB |
Installation Count | 408 |
Current Version | 1.4.0 |
Last Updated | 2021-02-07 |
Publish Date | 2020-11-26 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://deallab.xyz |
[email protected] | |
Payment Type | free |
Extension Website | https://deallab.xyz |
Help Page URL | https://deallab.xyz |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deal Lab \u52e4\u52b3\u7684\u64ad\u62a5\u5458 alpha \u7248", "description": "\u52e4\u52b3\u7684\u64ad\u62a5\u5458", "version": "1.4.0", "icons": { "128": "png\/logo_enabled_128.png", "48": "png\/logo_enabled_48.png", "16": "png\/logo_enabled_16.png" }, "browser_action": { "default_icon": "png\/logo_disabled_125.png", "default_title": "Deal Lab", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "web_accessible_resources": [], "permissions": [ "identity" ], "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.google-analytics.com https:\/\/us-central1-deallab-be922.cloudfunctions.net; object-src 'self'", "oauth2": { "client_id": "439864581946-hcrfjmnopld2701g4nh2nv7h8f3mbjh7.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |