Google for Jobs Structured Data by Tarta.ai

Pretty-print the Google for Jobs structured data JSON.

ما هو Google for Jobs Structured Data by Tarta.ai؟

Google for Jobs Structured Data by Tarta.ai هو إضافة Chrome تم تطويرها بواسطة https://tarta.ai، والميزة الرئيسية لها هي "Pretty-print the Google for Jobs structured data JSON.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google for Jobs Structured Data by Tarta.ai

قم بتنزيل ملفات الامتداد Google for Jobs Structured Data by Tarta.ai بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Instant on-page Google for Jobs SEO metrics right in your web browser by Tarta.ai.
 
With SEO Job Postings Structured Data by Tarta.ai, you can get quick on-page SEO report for any job site page that you browse.
It includes:

- Title and Description  
- Job posted and validThrough dates;
- hiringOrganization and identifier data;
- employment type;
- job location (country, city, state, zip code and street address);
- base salary data. 
 
You won’t need to go to the page sources to look for the jobPosting JSON code.
 
Tarta.ai home page: https://tarta.ai/.
Tarta.ai terms and California privacy notice: https://tarta.ai/home/terms, https://tarta.ai/home/california-privacy-notice.                    

معلومات أساسية عن التمديد

الاسم Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
الوصف Pretty-print the Google for Jobs structured data JSON.
حجم الملف 33.39 KB
عدد التثبيتات 138
النسخة الحالية 1.04
آخر تحديث 2023-01-25
تاريخ النشر 2020-09-25
تقييم 3.00/5 مجموع تقييمات 2
المطور https://tarta.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tarta.ai
عنوان صفحة المساعدة https://tarta.ai/about
عنوان صفحة سياسة الخصوصية https://tarta.ai/home/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google for Jobs Structured Data by Tarta.ai",
    "version": "1.04",
    "description": "Pretty-print the Google for Jobs structured data JSON.",
    "manifest_version": 3,
    "permissions": [
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "find_scripts.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/logo_disable.png"
        },
        "default_title": "Click Me"
    }
}