PINSPY - Ad Finder
Find & Collect Ads from your feed and searches
什么是PINSPY - Ad Finder?
PINSPY - Ad Finder是由JT Solutions B.V.开发的Chrome扩展程序,该扩展的主要功能是“Find & Collect Ads from your feed and searches”。
扩展截图
下载PINSPY - Ad Finder扩展crx文件
下载PINSPY - Ad Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PINSPY Ad Finder - the perfect solution for collecting, saving, and hunting trending Pinterest Ads automatically from your news feed. With our extension, you can effortlessly collect and save ads from your Pinterest news feed and tag your favourite ads. To discover even more ads, simply keep scrolling and refreshing your news feed. PINSPY is the ideal free tool for spying on your competitors' ads and finding inspiration for your next ad campaign. This automatic Pinterest Ad saver allows you to aggregate ads into a single list, tag your favourite ads, and access your list anytime. Plus, it makes it easy to look for ads in specific niches or keywords. Simply type in any keyword on Pinterest and start the extension to collect Ads. So why wait? Start building your Ad-database with PINSPY now! The Features ★Automatically collect and save all the ads you see on your Pinterest news feed, and aggregates them on an easy-to-read list that is hosted locally in your Chrome. ★With just one click on the "favourite" button, you can add ads that interest you to your list of favourite items. You can later find and supervise all your collected and favourite ads from the collected ads page. ★To help you find ads quickly, the tool allows you to search on specific keywords and collect ads from that particular search. ★To work even faster and use your time efficiently, our tool has an automatic scroll function so you can sit down and watch the ads flowing in. ★Presents all sniped ads in a single list, making it easy for you to compare ads against each other. ★We break down Pinterest ads by their structural data, allowing you to see the ad's image/thumbnail, page link, headlines and ad copy.
扩展基本信息
名称 | PINSPY - Ad Finder |
ID | ncdloiiakanejjaddfmbnneiepmalepc |
官方URL | https://chromewebstore.google.com/detail/pinspy-ad-finder/ncdloiiakanejjaddfmbnneiepmalepc |
简介 | Find & Collect Ads from your feed and searches |
文件大小 | 273 KB |
安装次数 | 1,429 |
当前版本 | 1.0.4 |
更新时间 | 2023-12-28 |
上架时间 | 2023-07-05 |
评分 | 3.40/5 共5次评分 |
开发者 | JT Solutions B.V. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.pinspy.com/ |
帮助页面URL | https://www.pinspy.com/help-center/ |
隐私政策页面URL | https://www.pinspy.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PINSPY - Ad Finder", "description": "Find & Collect Ads from your feed and searches", "version": "1.0.4", "action": { "default_popup": "popup.html", "default_title": "PINSPY - Ad Finder", "default_icon": "logo128.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.de\/*" ], "icons": { "16": "logo128.png", "48": "logo128.png", "128": "logo128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.fr\/*", "*:\/\/*.pinterest.za\/*", "*:\/\/*.pinterest.cz\/*", "*:\/\/*.pinterest.ar\/*", "*:\/\/*.pinterest.hu\/*", "*:\/\/*.pinterest.tr\/*", "*:\/\/*.pinterest.no\/*", "*:\/\/*.pinterest.it\/*", "*:\/\/*.pinterest.fi\/*", "*:\/\/*.pinterest.ru\/*", "*:\/\/*.pinterest.gr\/*", "*:\/\/*.pinterest.co\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.com.au\/*", "*:\/\/*.pinterest.ro\/*", "*:\/\/*.pinterest.sk\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.nz\/*", "*:\/\/*.pinterest.gb\/*", "*:\/\/*.pinterest.se\/*", "*:\/\/*.pinterest.dk\/*", "*:\/\/*.pinterest.es\/*", "*:\/\/*.pinterest.co.kr\/*", "*:\/\/*.pinterest.ie\/*", "*:\/\/*.pinterest.ph\/*", "*:\/\/*.pinterest.ca\/*", "*:\/\/*.pinterest.tw\/*", "*:\/\/*.pinterest.com.mx\/*", "*:\/\/*.pinterest.id\/*", "*:\/\/*.pinterest.in\/*", "*:\/\/*.pinterest.pe\/*", "*:\/\/*.pinterest.vn\/*", "*:\/\/*.pinterest.cl\/*", "*:\/\/*.pinterest.at\/*", "*:\/\/*.pinterest.co.uk\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "output.css", "logo.svg", "happy.png" ], "matches": [ "*:\/\/*.pinterest.com\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.fr\/*", "*:\/\/*.pinterest.za\/*", "*:\/\/*.pinterest.cz\/*", "*:\/\/*.pinterest.ar\/*", "*:\/\/*.pinterest.hu\/*", "*:\/\/*.pinterest.tr\/*", "*:\/\/*.pinterest.no\/*", "*:\/\/*.pinterest.it\/*", "*:\/\/*.pinterest.fi\/*", "*:\/\/*.pinterest.ru\/*", "*:\/\/*.pinterest.gr\/*", "*:\/\/*.pinterest.co\/*", "*:\/\/*.pinterest.de\/*", "*:\/\/*.pinterest.com.au\/*", "*:\/\/*.pinterest.ro\/*", "*:\/\/*.pinterest.sk\/*", "*:\/\/*.pinterest.pt\/*", "*:\/\/*.pinterest.jp\/*", "*:\/\/*.pinterest.nz\/*", "*:\/\/*.pinterest.gb\/*", "*:\/\/*.pinterest.se\/*", "*:\/\/*.pinterest.dk\/*", "*:\/\/*.pinterest.es\/*", "*:\/\/*.pinterest.co.kr\/*", "*:\/\/*.pinterest.ie\/*", "*:\/\/*.pinterest.ph\/*", "*:\/\/*.pinterest.ca\/*", "*:\/\/*.pinterest.tw\/*", "*:\/\/*.pinterest.com.mx\/*", "*:\/\/*.pinterest.id\/*", "*:\/\/*.pinterest.in\/*", "*:\/\/*.pinterest.pe\/*", "*:\/\/*.pinterest.vn\/*", "*:\/\/*.pinterest.cl\/*", "*:\/\/*.pinterest.at\/*", "*:\/\/*.pinterest.co.uk\/*" ] } ] } |