PINSPY - Ad Finder
Find & Collect Ads from your feed and searches
Apa itu PINSPY - Ad Finder?
PINSPY - Ad Finder adalah ekstensi Chrome yang dikembangkan oleh JT Solutions B.V., dan fitur utamanya adalah "Find & Collect Ads from your feed and searches".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PINSPY - Ad Finder
Unduh file ekstensi PINSPY - Ad Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PINSPY - Ad Finder |
ID | ncdloiiakanejjaddfmbnneiepmalepc |
URL Resmi | https://chromewebstore.google.com/detail/pinspy-ad-finder/ncdloiiakanejjaddfmbnneiepmalepc |
Deskripsi | Find & Collect Ads from your feed and searches |
Ukuran File | 273 KB |
Jumlah Instalasi | 1,429 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2023-12-28 |
Tanggal Publikasi | 2023-07-05 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | JT Solutions B.V. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.pinspy.com/ |
URL Halaman Bantuan | https://www.pinspy.com/help-center/ |
URL Halaman Kebijakan Privasi | https://www.pinspy.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } ] } |