Get the Best Software Deals Daily | Save $$$
Get notifications of Launch Space deals
什麼是Get the Best Software Deals Daily | Save $$$?
Get the Best Software Deals Daily | Save $$$是由https://launchspace.net開發的Chrome擴展程式,該擴展的主要功能是“Get notifications of Launch Space deals”。
擴展截圖
下載Get the Best Software Deals Daily | Save $$$擴展crx文件
下載Get the Best Software Deals Daily | Save $$$擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you love saving money, growing your business and getting access to the best lifetime software deals (Drum Roll)... You’re going to love ❤️ Deals 🚀 The extension does two things: ✓ Notifies you when there is a discount or lifetime deal available on the website you are visiting. ✓ Gives you an instant notification when an interesting lifetime software deal is launched from your favourite online deal sites like AppSumo, StackSocial, and more. In short Deals will save you money on software you want for your business. 👇Click the link below to download the Chrome extension
擴展基本資訊
名稱 | Get the Best Software Deals Daily | Save $$$ |
ID | kjcjncdblilghnemipneocbepbpgdfff |
官方網址 | https://chromewebstore.google.com/detail/get-the-best-software-dea/kjcjncdblilghnemipneocbepbpgdfff |
簡介 | Get notifications of Launch Space deals |
檔案大小 | 775 KB |
安裝次數 | 180 |
目前版本 | 0.0.2.2 |
更新時間 | 2020-03-09 |
上架時間 | 2020-03-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://launchspace.net |
付費類型 | free |
擴展官網 | https://launchspace.net |
支援的語言 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "independent.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Get notifications of Launch Space deals", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "Get the Best Software Deals Daily | Save $$$", "options_page": "options.html", "permissions": [ "alarms", "notifications", "tabs", "activeTab", "http:\/\/feed.launchspace.net\/feed\/*", "https:\/\/use.fontawesome.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2.2" } |