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", "manifest_version": 3, "name": "Google Ads Quick Copy", "description": "Quickly copy data from Google Ads campaign cells", "version": "1.0", "permissions": [ "clipboardWrite", "activeTab" ], "host_permissions": [ "*:\/\/ads.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/ads.google.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }