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. |
Eメール | [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\/*" ] } ] } |