Invitation ← referral & coupon codes
Referral rewards on autopilot.
Invitation ← referral & coupon codes là gì?
Invitation ← referral & coupon codes là một tiện ích mở rộng Chrome được phát triển bởi https://invitation.codes, và tính năng chính của nó là "Referral rewards on autopilot.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Invitation ← referral & coupon codes
Tải xuống các tệp mở rộng Invitation ← referral & coupon codes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Invitation ← referral & coupon codes |
ID | kmeijfochmidimcngicjabokhkeifmmj |
URL Chính Thức | https://chromewebstore.google.com/detail/invitation-%E2%86%90-referral-cou/kmeijfochmidimcngicjabokhkeifmmj |
Mô tả | Referral rewards on autopilot. |
Kích Thước Tệp | 3.25 MB |
Số Lần Cài Đặt | 11,513 |
Phiên Bản Hiện Tại | 1.0.12 |
Cập Nhật Lần Cuối | 2022-02-15 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 4.80/5 Tổng số 422 Đánh Giá |
Nhà Phát Triển | https://invitation.codes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://invitation.codes/ |
URL Trang Trợ Giúp | https://invitation.codes/support |
URL Trang Chính Sách Bảo Mật | https://invitation.codes/terms |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |