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はhttps://tarta.aiによって開発されたChromeの拡張機能で、その主な機能は「Pretty-print the Google for Jobs structured data JSON.」です。

拡張機能のスクリーンショット

screenshot

Google for Jobs Structured Data by Tarta.ai拡張機能のCRXファイルをダウンロード

Google for Jobs Structured Data by Tarta.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tarta.ai
ヘルプページのURL https://tarta.ai/about
プライバシーポリシーページのURL 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"
    }
}