Google for Jobs Structured Data by Tarta.ai

Pretty-print the Google for Jobs structured data JSON.

Co to jest Google for Jobs Structured Data by Tarta.ai?

Google for Jobs Structured Data by Tarta.ai to rozszerzenie Chrome opracowane przez https://tarta.ai, a jego główną funkcją jest „Pretty-print the Google for Jobs structured data JSON.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google for Jobs Structured Data by Tarta.ai

Pobierz pliki rozszerzeń Google for Jobs Structured Data by Tarta.ai w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google for Jobs Structured Data by Tarta.ai Google for Jobs Structured Data by Tarta.ai
ID iimaoepghnpacanefnpkjjeliifanjei
Oficjalny URL https://chromewebstore.google.com/detail/google-for-jobs-structure/iimaoepghnpacanefnpkjjeliifanjei
Opis Pretty-print the Google for Jobs structured data JSON.
Rozmiar pliku 33.39 KB
Liczba instalacji 138
Aktualna Wersja 1.04
Ostatnia Aktualizacja 2023-01-25
Data Publikacji 2020-09-25
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://tarta.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tarta.ai
Adres URL Strony Pomocy https://tarta.ai/about
Adres URL Strony Polityki Prywatności https://tarta.ai/home/privacy
Obsługiwane Języki 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"
    }
}