FlipFast

Get new listings sent to your email instead of browsing for them

FlipFast란 무엇입니까?

FlipFast은(는) https://flipfast.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get new listings sent to your email instead of browsing for them"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FlipFast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Save time and be the first to reach out on new listings with FlipFast.

FlipFast is a powerful Chrome extension that helps users source their inventory quickly and efficiently through online marketplaces by sending you an email with pertinent information within minutes of listings being posted.

On Facebook Marketplace, OfferUp, and Craigslist:
Run up to three separate searches on each platform
Receive emailed notifications of new listings within minutes of them being posted

FlipFast helps users around the world save hours each week while being the first to reach out on listings they want. Take back your time from manually searching and spend it on other aspects of your life and business that you want to.

Don’t miss out on profitable flips because you are not able to react quickly to new listings - try FlipFast today. 

Download the extension to start saving time and finding more profitable deals.                    

확장 프로그램 기본 정보

이름 FlipFast FlipFast
ID pnkpdihndagammkncihhfkcnokfmdano
공식 URL https://chromewebstore.google.com/detail/flipfast/pnkpdihndagammkncihhfkcnokfmdano
설명 Get new listings sent to your email instead of browsing for them
파일 크기 255 KB
설치 횟수 326
현재 버전 1.13.3
최근 업데이트 2024-02-21
출시 날짜 2021-11-21
평점 5.00/5 총 7 개의 평점
개발자 https://flipfast.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://www.flipfast.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlipFast",
    "description": "Get new listings sent to your email instead of browsing for them",
    "version": "1.13.3",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "power",
        "scripting",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "32": ".\/assets\/icon32.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "action": {
        "default_icon": ".\/assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "sidebar.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.offerup.com\/*",
        "https:\/\/*.craigslist.org\/*",
        "https:\/\/*.flipfast.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwD0cTw9Rn2DDrqq5DINkI+ueq+\/1wpHEgrbVPo0547KDGcospivlUgKQKGRCePzfUQTfDVLfH3cegNDOolnkMrQt6FDQ9lathPwRSpCkPYZWdWdJf2ZQIQPUAmJfdVUzp+jxawHPj5mYQAcHe3KbZmV+AoiuES0FQDAr3PD92\/uNvR2kyBP8rJwOglv\/wMqZLNgDWtBgAZmRSL0g3pTk638kvBW0s62Xyq5a0RKa7Gy+8XaoMXx9WWeoPDD2uCulF4be9S7d9OPiy0cj72SaXro4qgjFFIGoeFLvN9yUYisIj6iZ0Un1k5\/Ub8VrJ+AGuT0YzAvYrds\/Ve6FL8idtQIDAQAB"
}