Pin Drop

Browser extension to drop Pins from the web to your Pin Drop account

Pin Drop là gì?

Pin Drop là một tiện ích mở rộng Chrome được phát triển bởi https://pindrop.me, và tính năng chính của nó là "Browser extension to drop Pins from the web to your Pin Drop account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pin Drop

Tải xuống các tệp mở rộng Pin Drop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Use Pin Drop to remember places you’ve been and places you want to go for work, travel and play. The perfect tool for organising maps, planning trips and collaborating with friends, family and colleagues.

Pin Drop is FREE to use. No account creation is required to use the app (unless you want to unlock the more advanced / social features).

Import your existing maps from Google Maps, Mapstr and more to super-charge them with Pin Drop.

The maps you create are fully encrypted, secret and only viewable to you (apart from pins you want to selectively share with friends or colleagues). We don't sell your data, we never will, we don't use your data to target you for advertising, and never will. Your Pins are yours and always will be.

See it. Remember it. Pin Drop it.

====================

WHAT DO PEOPLE USE PIN DROP FOR?

— WORK
Frontline sales, location scouting, delivery routes and planning, sales/customer tracking, real estate agents, inventory & fleet management, political electioneering, property management, public utilities

— TRAVEL
Trip / vacation planning, road trips, shopping, sightseeing, eating, drinking

— LEISURE & HOBBIES
Geocaching, hiking, skating, surfing, windsurfing, kite boarding, birdwatching, metal detecting, magnet fishing, hunting, historical research, street art enthusiasts, foraging,  parks, playgrounds, the great outdoors and lots lots more…

====================

AWARDS 

— 2022 Apple App Store “App of the day”
— 2014 Apple App Store "Best of 2013"
— 2014 Webby Award - Best Use of GPS or Location Technology (Nominee)
— 2014 Webby Award - Social (Nominee)
— 2014 W3 - Maps & Navigation (Silver award)
— 2014 W3 - Travel (Gold award)
— 2014 Europas - Best Social, Mobile Startup (Nominee)
— 2014 Lovie Awards - Community & Social (Shortlisted)
— 2014 Lovie Awards - Best Visual Design (Shortlisted)
— 2014 Lovie Awards - Best User Experience (Shortlisted)
— 2014 Wired Magazine - App of the month
— 2013 Sunday Times - The App List
— 2012 Time Out - The World’s 50 Best Travel Apps

====================

TESTIMONIALS 

“Pin Drop might at first sound like another (yawn) map app, but this is something that once you’ve used you will move to the front page of your phone. Truly intuitive, truly smart, and truly useful.” - Stephen Fry 

“What you have is an exceedingly useful app which also works offline, where you can drop pins of locations” - TechCrunch

====================                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pin Drop Pin Drop
ID bnljncmnplmokllnmagkgjjjmfedbeob
URL Chính Thức https://chromewebstore.google.com/detail/pin-drop/bnljncmnplmokllnmagkgjjjmfedbeob
Mô tả Browser extension to drop Pins from the web to your Pin Drop account
Kích Thước Tệp 380 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 6.0.7
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2022-09-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://pindrop.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pindrop.it
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Browser extension to drop Pins from the web to your Pin Drop account",
    "version": "6.0.7",
    "manifest_version": 3,
    "name": "Pin Drop",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "geocodeStatusSuccess.html",
                "geocodeStatusFailure.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon-34.png",
        "128": "icon-128.png"
    }
}