SALMI TAHAR AMATTI v2

إضافة مساعدة للرقمنة في الطور الثانوي من برمجة الأستاذ سالمي الطاهر

What is SALMI TAHAR AMATTI v2?

SALMI TAHAR AMATTI v2 is a Chrome extension developed by icolna.com, and its main feature is "إضافة مساعدة للرقمنة في الطور الثانوي من برمجة الأستاذ سالمي الطاهر".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SALMI TAHAR AMATTI v2 Extension CRX File

Download SALMI TAHAR AMATTI v2 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

                        إضافة مساعد الرقمنة، موجهة للأعوان مسؤولي الرقمنة من أجل تسهيل مهام الطباعة لبعض الوثائق اللازم استخراجها من موقع الرقمنة، مثل قوائم التنقيط، تحليل النتائج وغيرها                    

Extension Basic Information

Name SALMI TAHAR AMATTI v2 SALMI TAHAR AMATTI v2
ID jihpdpemfgeiadejflpafaghifggjcod
Official URL https://chromewebstore.google.com/detail/salmi-tahar-amatti-v2/jihpdpemfgeiadejflpafaghifggjcod
Description إضافة مساعدة للرقمنة في الطور الثانوي من برمجة الأستاذ سالمي الطاهر
File Size 1.72 MB
Installation Count 6,564
Current Version 1.0.34
Last Updated 2024-03-04
Publish Date 2022-02-14
Rating 4.56/5 Total 16 Ratings
Developer icolna.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://icolna.com/privacy
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SALMI TAHAR AMATTI v2",
    "description": "\u0625\u0636\u0627\u0641\u0629 \u0645\u0633\u0627\u0639\u062f\u0629 \u0644\u0644\u0631\u0642\u0645\u0646\u0629 \u0641\u064a \u0627\u0644\u0637\u0648\u0631 \u0627\u0644\u062b\u0627\u0646\u0648\u064a \u0645\u0646 \u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0633\u0627\u0644\u0645\u064a \u0627\u0644\u0637\u0627\u0647\u0631",
    "author": "SALMI TAHAR",
    "version": "1.0.34",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/font.css",
                "assets\/css\/app.css"
            ],
            "matches": [
                "https:\/\/amatti.education.gov.dz\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.6.2.min.js",
                "assets\/js\/dexie.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js",
                "core\/*",
                "src\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}