Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Ads Keyword Match Type Helper", "description": "Mass update the match type before adding keywords in Google Ads.", "version": "1.0.13", "manifest_version": 3, "icons": { "128": "images\/Logo-128x128px.png" }, "action": { "default_title": "Google Ads Match Type Helper", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_start", "js": [ "contentScript.js" ], "matches": [ "*:\/\/ads.google.com\/*" ] } ], "permissions": [ "tabs" ] }