AZflipper
Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)
AZflipper란 무엇입니까?
AZflipper은(는) https://arbinon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)"입니다.
확장 프로그램 스크린샷
AZflipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for Amazon ecommerce sellers who specialize in cross-border (USA and Canada). This will make it super fast to flip between an Amazon.com and Amazon.ca listing with the click of a button. You can also select the text on any web page and right-click that text to open 2 new tabs - one with a search on Amazon.com and one for Amazon.ca. It's that simple. Take charge of your product sourcing and get AZflipper. This extension works in tandem with our companion extension, OAsearch. Combine the two for the ultimate in Chrome power sourcing that only the pros can dream of! New in v4.0.0 - Rebranding from "arbinon.com OAsearch RAPTOR" to more simply "AZflipper" by TimMcKaySoftware.com. Optimizations for performance. Bug fixes. Upgrade of inside guts for Google's latest Chrome Extensions API.
확장 프로그램 기본 정보
이름 | AZflipper |
ID | bpfmmgcddnpkhaokcdojjgokmaiekckk |
공식 URL | https://chromewebstore.google.com/detail/azflipper/bpfmmgcddnpkhaokcdojjgokmaiekckk |
설명 | Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!) |
파일 크기 | 26.49 KB |
설치 횟수 | 266 |
현재 버전 | 4.0.3 |
최근 업데이트 | 2023-06-21 |
출시 날짜 | 2020-09-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://arbinon.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.TimMcKaySoftware.com/AZflipper |
도움말 페이지 URL | https://www.TimMcKaySoftware.com/AZflipper |
개인정보 보호 정책 페이지 URL | https://www.timmckaysoftware.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AZflipper", "description": "Flip between Amazon.com and Amazon.ca and find products faster. (Don't forget to get the companion extension OAsearch!)", "version": "4.0.3", "action": { "default_icon": "images\/tM-Icon_64x64.png", "default_popup": "popup.html" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "permissions": [ "contextMenus", "storage" ], "icons": { "48": "images\/tM-Icon_48x48.png", "64": "images\/tM-Icon_64x64.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com\/*" ], "js": [ "flipper.js" ] } ] } |