PINSPY - Ad Finder
Find & Collect Ads from your feed and searches
Co to jest PINSPY - Ad Finder?
PINSPY - Ad Finder to rozszerzenie Chrome opracowane przez JT Solutions B.V., a jego główną funkcją jest „Find & Collect Ads from your feed and searches”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PINSPY - Ad Finder
Pobierz pliki rozszerzeń PINSPY - Ad Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PINSPY - Ad Finder |
ID | ncdloiiakanejjaddfmbnneiepmalepc |
Oficjalny URL | https://chromewebstore.google.com/detail/pinspy-ad-finder/ncdloiiakanejjaddfmbnneiepmalepc |
Opis | Find & Collect Ads from your feed and searches |
Rozmiar pliku | 273 KB |
Liczba instalacji | 1,429 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2023-12-28 |
Data Publikacji | 2023-07-05 |
Ocena | 3.40/5 Łącznie 5 Oceny |
Deweloper | JT Solutions B.V. |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.pinspy.com/ |
Adres URL Strony Pomocy | https://www.pinspy.com/help-center/ |
Adres URL Strony Polityki Prywatności | https://www.pinspy.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } ] } |