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 |
公式URL | 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" } |