JAST - Just Another SEO Tool
Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis
ما هو JAST - Just Another SEO Tool؟
JAST - Just Another SEO Tool هو إضافة Chrome تم تطويرها بواسطة jastseo، والميزة الرئيسية لها هي "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JAST - Just Another SEO Tool
قم بتنزيل ملفات الامتداد JAST - Just Another SEO Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several different tasks divided in two main categories: on-page tools and SERP tools. Extract data and analyse elements such as titles, descriptions, canonicals, meta robots and much more. Also, it can help you highlight elements on page: internal, external, nofollow links, heading tags inside the page and quickly open external tools for further analysis.
معلومات أساسية عن التمديد
الاسم | JAST - Just Another SEO Tool |
ID | kbadjmlmmiholggpgkifmleinhajppga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jast-just-another-seo-too/kbadjmlmmiholggpgkifmleinhajppga |
الوصف | Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis |
حجم الملف | 58.93 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2024-01-04 |
تاريخ النشر | 2021-03-04 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | jastseo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JAST - Just Another SEO Tool", "version": "1.4.1", "description": "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/jast2.png", "32": "images\/icon32b.png", "48": "images\/icon48b.png", "128": "images\/icon128b.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/jast2.png", "32": "images\/icon32b.png", "48": "images\/icon48b.png", "128": "images\/icon128b.png" } }, "manifest_version": 3 } |