ActionArmenie

ActionArmenie

ActionArmenieคืออะไร?

ActionArmenie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://actionarmenie.com และคุณลักษณะหลักของมันคือ "ActionArmenie"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ActionArmenie

ดาวน์โหลดไฟล์ส่วนขยาย ActionArmenie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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