Growquette
A marketeer's daily snack.
Growquette란 무엇입니까?
Growquette은(는) https://www.sprintsandsneakers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A marketeer's daily snack."입니다.
확장 프로그램 스크린샷
Growquette 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } } |