ActionArmenie

ActionArmenie

What is ActionArmenie?

ActionArmenie is a Chrome extension developed by http://actionarmenie.com, and its main feature is "ActionArmenie".

Extension Screenshots

screenshot
screenshot

Download ActionArmenie Extension CRX File

Download ActionArmenie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ActionArmenie vous permet de faire une bonne action encore plus simplement grâce à son extension de cashback solidaire Chrome !

En passant par ActionArmenie pour vos achats en ligne chez vos marchands favoris, une commission est reversée à quatre associations humanitaires.

Avec l'extension chrome, vous n'avez rien à faire ! Lorsque vous vous rendrez sur un site marchand partenaire, une barre apparaitra vous proposant d'activer votre donation.

C'est sans surcoût, simple et sécurisé.

Faire une bonne action n'a jamais été aussi simple !
Plus d'informations sur : https://www.actionarmenie.com/                    

Extension Basic Information

Name ActionArmenie ActionArmenie
ID egefhagdmjihfmpnaepjoifekkeillaf
Official URL https://chrome.google.com/webstore/detail/actionarmenie/egefhagdmjihfmpnaepjoifekkeillaf
Description ActionArmenie
File Size 124 KB
Installation Count 63
Current Version 1.0.1
Last Updated 2021-03-25
Publish Date 2021-03-25
Rating 5.00/5 Total 1 Ratings
Developer http://actionarmenie.com
Email [email protected]
Payment Type in_app
Extension Website https://www.actionarmenie.com
Help Page URL https://www.actionarmenie.com/contactez-nous/
Privacy Policy Page URL https://www.actionarmenie.com/politique-de-confidentialite
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ActionArmenie",
    "version": "1.0.1",
    "description": "ActionArmenie",
    "short_name": "ActionArmenie",
    "permissions": [
        ""
    ],
    "incognito": "not_allowed",
    "browser_action": {
        "default_icon": "favicon_chrome.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "icons": {
        "16": "favicon_chrome.png",
        "48": "favicon_chrome.png",
        "128": "favicon_chrome.png"
    }
}