Smartble Tool

أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي

Smartble Tool란 무엇입니까?

Smartble Tool은(는) https://smartble.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي                    

확장 프로그램 기본 정보

이름 Smartble Tool Smartble Tool
ID plcigfcbaeoobhchcfoeehhjmkpceodc
공식 URL https://chromewebstore.google.com/detail/smartble-tool/plcigfcbaeoobhchcfoeehhjmkpceodc
설명 أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي
파일 크기 66.25 KB
설치 횟수 150
현재 버전 1.0.1
최근 업데이트 2024-02-16
출시 날짜 2024-02-15
개발자 https://smartble.info
이메일 [email protected]
결제 유형 free
지원되는 언어 ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartble Tool",
    "version": "1.0.1",
    "description": "\u0623\u062f\u0627\u0629 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0630\u0643\u064a \u0644\u0646\u0633\u062e \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0627\u0644\u0645\u062f\u0631\u0633\u064a\u0629 \u0625\u0644\u0649 \u0645\u0646\u0635\u0629 \u0645\u062f\u0631\u0633\u062a\u064a",
    "manifest_version": 3,
    "author": "Smartble",
    "action": {
        "default_popup": "index.html",
        "default_title": "Smartble Tool"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "ervice_worker": "background.js"
    },
    "content_scripts": []
}