Invitation ← referral & coupon codes

Referral rewards on autopilot.

什么是Invitation ← referral & coupon codes?

Invitation ← referral & coupon codes是由https://invitation.codes开发的Chrome扩展程序,该扩展的主要功能是“Referral rewards on autopilot.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Invitation ← referral & coupon codes扩展crx文件

下载Invitation ← referral & coupon codes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
        }
    ]
}