Smartble Tool
أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي
Cos'è Smartble Tool?
Smartble Tool è un'estensione di Chrome sviluppata da https://smartble.info, e la sua funzione principale è "أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smartble Tool
Scarica i file di estensione Smartble Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي
Informazioni di Base sull'Estensione
Nome | Smartble Tool |
ID | plcigfcbaeoobhchcfoeehhjmkpceodc |
URL Ufficiale | https://chromewebstore.google.com/detail/smartble-tool/plcigfcbaeoobhchcfoeehhjmkpceodc |
Descrizione | أداة الجدول الذكي لنسخ الجداول المدرسية إلى منصة مدرستي |
Dimensione del File | 66.25 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2024-02-16 |
Data di Pubblicazione | 2024-02-15 |
Sviluppatore | https://smartble.info |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |