ActionArmenie

ActionArmenie

ActionArmenie란 무엇입니까?

ActionArmenie은(는) http://actionarmenie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ActionArmenie"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ActionArmenie 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 ActionArmenie ActionArmenie
ID egefhagdmjihfmpnaepjoifekkeillaf
공식 URL https://chrome.google.com/webstore/detail/actionarmenie/egefhagdmjihfmpnaepjoifekkeillaf
설명 ActionArmenie
파일 크기 124 KB
설치 횟수 63
현재 버전 1.0.1
최근 업데이트 2021-03-25
출시 날짜 2021-03-25
평점 5.00/5 총 1 개의 평점
개발자 http://actionarmenie.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.actionarmenie.com
도움말 페이지 URL https://www.actionarmenie.com/contactez-nous/
개인정보 보호 정책 페이지 URL https://www.actionarmenie.com/politique-de-confidentialite
지원되는 언어 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"
    }
}