Amazon Affiliate Tool

This tool allows you, to quickly share a product, write texts and share the product with your referral link on social networks

Amazon Affiliate Toolとは何ですか?

Amazon Affiliate Toolはrobin.sltによって開発されたChromeの拡張機能で、その主な機能は「This tool allows you, to quickly share a product, write texts and share the product with your referral link on social networks」です。

拡張機能のスクリーンショット

screenshot
screenshot

Amazon Affiliate Tool拡張機能のCRXファイルをダウンロード

Amazon Affiliate Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🤔 First of all, what is an Amazon Affiliate?
Affiliates are probably the most common method of generating revenue on your website or social network.
The principle is simple, you recommend one or more products (in this case on Amazon) in an article and you receive a commission for each sale!
Imagine selling a camera for $300 and selling 100 a month for a 3% commission. Results ? You will receive 900 euros! Not bad is not it ?

🤑 How to become an Amazon partner?
You can even use your existing Amazon credentials and all of your existing information will be linked to your new Amazon Associates Program account.
This not only saves you time, but it's also convenient because you can review your purchases to quickly find the products you want to recommend.

👉 Go to : https://affiliate-program.amazon.com/
To register, do all the steps and once on the dashboard, let's go!

😎 This tool allows you, once on an Amazon page, to quickly share a product, write any text you want and share the product with your referral link on social networks




🤔 Tout d'abord, qu'est-ce que l'affiliation Amazon ?
L'affiliation est probablement la méthode la plus courante pour générer des revenus sur votre site Web ou votre réseau social.
Le principe est simple, vous recommandez un ou plusieurs produits (en l'occurrence sur Amazon) dans un article et vous touchez une commission pour chaque vente !
Imaginez vendre un appareil photo pour 300€ et en vendre 100 par mois pour une commission de 3 %. Résultats ? Vous recevrez 900 euros ! Pas mal n'est-ce pas ?

🤑 Comment devenir partenaire Amazon ?
Vous pouvez même utiliser vos informations d'identification Amazon existantes et toutes vos informations existantes seront liées à votre nouveau compte Amazon Associates Program.
Cela vous fait non seulement gagner du temps, mais c'est aussi pratique car vous pouvez revoir vos achats pour trouver rapidement les produits que vous souhaitez recommander.

👉 Allez sur : https://affiliate-program.amazon.com/
Pour vous inscrire, faites toutes les étapes et une fois sur le tableau de bord, c'est parti !

😎 Cet outil vous permet, une fois sur une page Amazon, de partager rapidement un produit, d'écrire n'importe quel texte et de partager le produit avec votre lien sur les réseaux sociaux                    

拡張機能の基本情報

名前 Amazon Affiliate Tool Amazon Affiliate Tool
ID jmegloeckdofnkfhmdckkaahcndifmlg
公式URL https://chrome.google.com/webstore/detail/amazon-affiliate-tool/jmegloeckdofnkfhmdckkaahcndifmlg
説明 This tool allows you, to quickly share a product, write texts and share the product with your referral link on social networks
ファイルサイズ 52.67 KB
インストール数 64
現在のバージョン 1.1
最終更新日 2022-10-04
公開日 2022-10-04
評価 1.00/5 合計 1 レビュー
開発者 robin.slt
Eメール [email protected]
拡張機能のウェブサイト https://affiliate-program.amazon.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Affiliate Tool",
    "description": "This tool allows you, to quickly share a product, write texts and share the product with your referral link on social networks",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "html": [
                "index.hmtl",
                "infos.hmtl"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "jquery.min.js",
                "scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.min.js",
                "scripts.js",
                "index.html",
                "css\/styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    }
}