Goodie Cashback
Get cashback for online shopping with Goodie
Goodie Cashback란 무엇입니까?
Goodie Cashback은(는) goodie-developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get cashback for online shopping with Goodie"입니다.
확장 프로그램 스크린샷
Goodie Cashback 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Goodie cashback plugin is the perfect solution for your online shopping. You will never forget about cashback. Install a safe plugin for free. It will automatically inform you about the availability of cashback during your shopping!
확장 프로그램 기본 정보
이름 | Goodie Cashback |
ID | mafkccpgpmndaocnipiaeeebmkgipkap |
공식 URL | https://chromewebstore.google.com/detail/goodie-cashback/mafkccpgpmndaocnipiaeeebmkgipkap |
설명 | Get cashback for online shopping with Goodie |
파일 크기 | 317 KB |
설치 횟수 | 5,283 |
현재 버전 | 0.0.17 |
최근 업데이트 | 2023-12-19 |
출시 날짜 | 2023-11-29 |
평점 | 2.60/5 총 5 개의 평점 |
개발자 | goodie-developer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://goodie.pl |
도움말 페이지 URL | https://goodie.pl/kontakt |
개인정보 보호 정책 페이지 URL | https://goodie.pl/ochrona-danych |
지원되는 언어 | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goodie Cashback", "version": "0.0.17", "description": "Get cashback for online shopping with Goodie", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "minimum_chrome_version": "108.0", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "BrowserIcon128-neutral.png" }, "icons": { "16": "BrowserIcon16-neutral.png", "32": "BrowserIcon32-neutral.png", "48": "BrowserIcon48-neutral.png", "128": "BrowserIcon128-neutral.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyles.css" ], "all_frames": false } ], "host_permissions": [ " |