Growquette
A marketeer's daily snack.
Growquetteとは何ですか?
Growquetteはhttps://www.sprintsandsneakers.comによって開発されたChromeの拡張機能で、その主な機能は「A marketeer's daily snack.」です。
拡張機能のスクリーンショット
Growquette拡張機能のCRXファイルをダウンロード
Growquette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you a Growth hacker, Marketeer, Digital Specialist or just interested in being on top of the online market? Then we might push you in the right direction… We present to you “The Growquette, A marketer’s daily snack” Based on the famous dutch snack, this chrome extension will bring you a senationable feeling in your head (instead of stomach). You will receive: ✅One growth tip every day which you can implement in your business directly. ✅Sources are added with every hack. The Growquette has been invented, designed and developed in one rapid sprint by Growth Hacking agency Sprints & Sneakers. Reach out for careers and opportunities. https://sprintsandsneakers.com/
拡張機能の基本情報
名前 | Growquette |
ID | okpcpddemdebnhikamgmnefjhblehfek |
公式URL | https://chromewebstore.google.com/detail/growquette/okpcpddemdebnhikamgmnefjhblehfek |
説明 | A marketeer's daily snack. |
ファイルサイズ | 59.94 KB |
インストール数 | 141 |
現在のバージョン | 0.16 |
最終更新日 | 2019-04-16 |
公開日 | 2019-04-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://www.sprintsandsneakers.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.sprintsandsneakers.com |
プライバシーポリシーページのURL | https://sprintsandsneakers.com/privacy-policy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.16", "name": "Growquette", "description": "A marketeer's daily snack.", "icons": { "16": "images\/logo16x16.png", "48": "images\/logo48x48.png", "128": "images\/logo128x128.png" }, "browser_action": { "default_icon": "images\/logo128x128.png", "default_popup": "index.html" }, "permissions": [ "storage", "alarms", "https:\/\/growthserver.herokuapp.com\/*" ], "background": { "scripts": [ "load_badge.js" ], "persistent": false } } |