Pinterest extra
Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
Pinterest extra란 무엇입니까?
Pinterest extra은(는) mfilali455에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!"입니다.
확장 프로그램 스크린샷
Pinterest extra 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View stats of all the pins and download them to get the most of them Don’t let the good stuff escape from your eyes! Simple to use, easy to manage, and a time-saving way to save download and view stats of pins!. The extensions let you: • View stats of pins (saves count, repins count ). • Bulk download pins. • Export pins as CSV
확장 프로그램 기본 정보
이름 | Pinterest extra |
ID | cmncoolckhinjbfghfbiionapeanngep |
공식 URL | https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep |
설명 | Pinterest extra allows it users to view the analytics of pins aswell as downloading them! |
파일 크기 | 20.61 KB |
설치 횟수 | 1,056 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-01-27 |
출시 날짜 | 2022-07-26 |
평점 | 2.00/5 총 5 개의 평점 |
개발자 | mfilali455 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pinterest extra", "description": "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!", "version": "0.0.1", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": [], "permissions": [], "host_permissions": [ "https:\/\/www.pinterest.com\/*" ], "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "assets\/imgs\/*" ], "matches": [ "https:\/\/www.pinterest.com\/*" ] } ], "content_scripts": [ { "js": [ "foreground.js" ], "css": [ ".\/contentScript\/css\/pinterest.css" ], "matches": [ "https:\/\/www.pinterest.com\/*" ] } ] } |