Invitation ← referral & coupon codes
Referral rewards on autopilot.
Invitation ← referral & coupon codes란 무엇입니까?
Invitation ← referral & coupon codes은(는) https://invitation.codes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Referral rewards on autopilot."입니다.
확장 프로그램 스크린샷
Invitation ← referral & coupon codes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically find and claim referral rewards. Always get the best deal when you signup for a new app or service. Click on the Invitation button to see referral codes shared by the community. Join our thriving community and post your referral links for others to use. The extension currently works on over 4,500 popular apps & websites. New referral programs are added daily thanks to our thriving community. Thanks for helping us grow! If you have any trouble email [email protected]. ---------------------------------------------------- By using this add-on, you agree to the Invitation Terms & Conditions available at http://invitation.codes/terms Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
확장 프로그램 기본 정보
이름 | Invitation ← referral & coupon codes |
ID | kmeijfochmidimcngicjabokhkeifmmj |
공식 URL | https://chromewebstore.google.com/detail/invitation-%E2%86%90-referral-cou/kmeijfochmidimcngicjabokhkeifmmj |
설명 | Referral rewards on autopilot. |
파일 크기 | 3.25 MB |
설치 횟수 | 11,513 |
현재 버전 | 1.0.12 |
최근 업데이트 | 2022-02-15 |
출시 날짜 | 2020-06-30 |
평점 | 4.80/5 총 422 개의 평점 |
개발자 | https://invitation.codes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://invitation.codes/ |
도움말 페이지 URL | https://invitation.codes/support |
개인정보 보호 정책 페이지 URL | https://invitation.codes/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invitation \u2190 referral & coupon codes", "description": "Referral rewards on autopilot.", "version": "1.0.12", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/invt.co\/* ", "https:\/\/invitation.app\/* ", "https:\/\/invitation.codes\/* ", "https:\/\/*.invitation.codes\/* ", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google-analytics.com\/*" ], "browser_action": { "default_title": "Invitation", "default_popup": "popup\/popup.html", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "css": [ "static\/content.css" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] } |