ActionArmenie

ActionArmenie

ActionArmenie là gì?

ActionArmenie là một tiện ích mở rộng Chrome được phát triển bởi http://actionarmenie.com, và tính năng chính của nó là "ActionArmenie".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ActionArmenie

Tải xuống các tệp mở rộng ActionArmenie 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

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ActionArmenie ActionArmenie
ID egefhagdmjihfmpnaepjoifekkeillaf
URL Chính Thức https://chrome.google.com/webstore/detail/actionarmenie/egefhagdmjihfmpnaepjoifekkeillaf
Mô tả ActionArmenie
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-25
Ngày Phát Hành 2021-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://actionarmenie.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.actionarmenie.com
URL Trang Trợ Giúp https://www.actionarmenie.com/contactez-nous/
URL Trang Chính Sách Bảo Mật https://www.actionarmenie.com/politique-de-confidentialite
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}