Growquette
A marketeer's daily snack.
What is Growquette?
Growquette is a Chrome extension developed by https://www.sprintsandsneakers.com, and its main feature is "A marketeer's daily snack.".
Extension Screenshots
Download Growquette Extension CRX File
Download Growquette 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
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/
Extension Basic Information
Name | Growquette |
ID | okpcpddemdebnhikamgmnefjhblehfek |
Official URL | https://chromewebstore.google.com/detail/growquette/okpcpddemdebnhikamgmnefjhblehfek |
Description | A marketeer's daily snack. |
File Size | 59.94 KB |
Installation Count | 141 |
Current Version | 0.16 |
Last Updated | 2019-04-16 |
Publish Date | 2019-04-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.sprintsandsneakers.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sprintsandsneakers.com |
Privacy Policy Page URL | https://sprintsandsneakers.com/privacy-policy |
Supported Languages | 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 } } |