Importar contactos gmail hotmail yahoo vbnet jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 importar contactos gmail hotmail yahoo vbnet jobs found

    I need a professional who can create a simple HTML5 survey to be embedded in Gmail. The survey will consist of 1-5 multiple choice questions. The requirements for the project are: - The survey responses need to be recorded in a MySQL database. - Based on the user's responses, they should receive one of two automatic follow-up emails. - The follow-up emails are predetermined as 'Email A' or 'Email B', depending on the user's answers. - The survey needs to be created in such a way that it is easy for the user to interact with it within Gmail. Ideal skills for this job include experience with HTML5, MySQL, and email automation. A background in survey creation would also be beneficial as well as spanish speaking. Please provide examples of simila...

    $507 Average bid
    $507 Avg Bid
    129 bids

    I'm in need of a seasoned Python developer who can devise a DDE/RTD based solution for exchanging financial data, specifically from the stock market. Key Requirements: - Proficiency in Python programming - Proven experien...can devise a DDE/RTD based solution for exchanging financial data, specifically from the stock market. Key Requirements: - Proficiency in Python programming - Proven experience with DDE/RTD (Dynamic Data Exchange/Real-Time Data) - Ability to work with financial data - Familiarity with stock market feeds - Previous work integrating with platforms like Bloomberg Terminal, Interactive Brokers or Yahoo Finance will be a plus. Your expertise will help facilitate the seamless exchange of crucial financial data, enhancing our trading strategies and decision-ma...

    $200 Average bid
    $200 Avg Bid
    58 bids

    I'm looking for a skilled Python programmer to create quick and customizable scripts for manipulating stock market data. Key tasks: - Data Download: Using Yahoo Finance to download ticker data for a daily time-frame. - Data Aggregation: Matching and adjusting ticker data with process inflation ratios on a monthly - Data Transformation: Interpolating monthly CPI data to daily rates and altering the data into a suitable format for analysis. The script will be validated and manipulated in Jupyter Notebook. I'm not well-versed in Python. A skillful programmer could complete this task in under 2 hours. I need recommendations for adjusting the data for inflation. Ideal candidates should have: - Proficiency in Python, particularly in creating scripts for data manipulation. ...

    $57 Average bid
    $57 Avg Bid
    34 bids

    ...subscription-based software, and should be clean, responsive, and on-brand. Emails Needed: 1) Purchase Confirmation 2) Subscription Cancellation 3) Upgrade Success 4) Renewal Reminder/Confirmation 5) Welcome Email (Account Creation) 6) Password Reset 7) Analysis Completion Notification Requirements: 1) Deliver responsive HTML email templates. 2) Ensure compatibility across major email clients (e.g., Gmail, Outlook). 3) Simple, professional, and on-brand designs. Timeline: We need the templates completed within 1 week Budget - $25...

    $26 Average bid
    $26 Avg Bid
    35 bids

    I am looking for an SEO expert who can help improve my website's visibility and increase its traffic. The primary focus will be optimizing for Google, Bing, and Yahoo. Ideal skills and experience include: - Proven track record in SEO - Expertise in optimizing for multiple search engines - Ability to increase website traffic effectively - Experience with website analytics tools

    $130 Average bid
    $130 Avg Bid
    72 bids

    ...rankings across Google, Bing, and Yahoo. The primary focus of this project is to optimize my site's SEO to achieve better visibility and higher rankings on these platforms. Key tasks will include: - Implementing SEO strategies to enhance my site's visibility on Google, Bing, and Yahoo. - Regularly monitoring and reporting on the website's search engine rankings. I already have a specific list of keywords I want to rank for, so I'm not looking for keyword research or refinement at this point. However, if you have insights or suggestions, they would be welcome. Ideal skills and experience for the job: - Proven track record in improving search engine rankings. - Extensive knowledge of SEO strategies and techniques. - Experience working with Google, Bi...

    $115 Average bid
    $115 Avg Bid
    76 bids

    ...you will receive the full bid amount if it is accepted. If you have links to videos or voice recordings of you, please list them. A short script has been added to this posting as well. As an optional step, if you do not have past voice recording experience on your freelancer profile, you may submit a recording of yourself reading the script. When you give us your email address, please provide a Gmail address that we can share files with on Google Drive. Hiring is expected to continue through the first quarter of 2025....

    $22 / hr Average bid
    $22 / hr Avg Bid
    11 bids

    Job Title: Website Developer Job Description: We are seeking a skilled Website Developer to enhance and manage our website. The primary focus will be adding a custom domain, improving the website's functionality, and ensuring it is optimized for user engagement. Key Responsibilities: 1. Domain Setup: Register and configure a custom domain for the website. Ensure seamless integration wi...platforms). Attention to detail and problem-solving skills. Preferred Skills: Knowledge of website analytics tools (e.g., Google Analytics). Basic graphic design skills for website elements. Employment Type: Part-Time/Full-Time (flexible) Compensation: Based on experience and project scope. How to Apply: Send your resume, portfolio, and any relevant work samples to [nabawanukapriority@...

    $185 Average bid
    $185 Avg Bid
    90 bids

    I need an SEO specialist with a proven track record of achieving 1st page rankings on Google, Bing, and Yahoo. Key Requirements: - Targeting industry-related terms - Strategy focused on increasing website traffic The ideal candidate should have: - Extensive experience with SEO - Excellent understanding of industry-related terms - Proven track record of boosting website traffic through improved search engine rankings. Please note, the primary goal of this project is to increase traffic to my website.

    $106 Average bid
    $106 Avg Bid
    70 bids

    I'm seeking a freelance HTML developer to convert my newsletter design into functional HTML. The HTML must be compatible with all major email clients (like Gmail and Outlook) and mobile-friendly. Essential points: - One-time project: You will convert a pre-designed newsletter template into HTML. - Email client compatibility: The HTML must work with all major email clients, not just Gmail and Outlook. - Mobile-friendly: The design must be responsive and suitable for mobile devices. - Styling: I have no preference between inline-styled or embedded CSS. Ideal candidates will have: - Proven experience in similar projects. - In-depth knowledge of HTML and responsive design. - Ability to create compatible code for various email platforms.

    $31 Average bid
    $31 Avg Bid
    65 bids

    I'm seeking a skilled programmer to create a Windows script that automatically sends emails through my Gmail account in response to specific user actions. Key Requirements: - Proficient in scripting for Windows - Familiarity with Gmail's API or SMTP protocol - Ability to create a user-action trigger for the email dispatch Ideal Skills and Experience: - Previous experience with similar email automation tasks - Strong understanding of Windows scripting languages - Excellent problem-solving skills to identify suitable user actions for email triggers. Please provide evidence of similar projects you've completed. Looking forward to your bids.

    $15 Average bid
    $15 Avg Bid
    1 bids

    ...**Stock price data**: Prepare the **opening price**, **closing price**, **high price**, **low price**, and **trading volume** data of the stock. - **Technical indicators**: Create various **technical indicators** for the stock data. For example, **Moving Average (MA)**, **Relative Strength Index (RSI)**, **MACD**, **Bollinger Bands**, etc. - **API Utilization**: To obtain stock data, you can use **Yahoo Finance API**, **Alpha Vantage API**, **Quandl**, etc. to get real-time data, or save data locally as a **CSV file**. ```python import yfinance as yf # Example: 5 years of Apple stock data data = ('AAPL', start='2015-01-01', end='2020-01-01') print(()) ``` ### 3. **Calculating technical indicators** AI basically learns through **technical indicator...

    $602 Average bid
    $602 Avg Bid
    48 bids

    I'm looking for a developer to create a Google Chrome extension for me that enables personalized email sending via Gmail, utilizing data from Google Sheets. Key Requirements: - The extension should facilitate the sending of personalized emails (no attachment support or email scheduling needed). - It should seamlessly integrate with Gmail. - It should pull input data from Google Sheets. Ideal Skills and Experience: - Prior experience in developing Google Chrome extensions. - Strong understanding of Gmail's API and Google Sheets. - Proficiency in JavaScript, HTML, and CSS.

    $151 Average bid
    $151 Avg Bid
    69 bids

    I'm looking for a Mail Merge expert who can help me send personalized emails to 100 to 500 recipients using Excel and Gmail. Key Requirements: - Personalization: The emails need to be customized with the recipient's name and unique subject lines. - Proficiency in Mail Merge: Extensive experience with Mail Merge tools and techniques is crucial. - Excel Skills: High-level skills in Excel are required for managing the recipient list and customizing the email content. - Gmail Knowledge: Familiarity with Gmail's mailing policies to avoid being flagged as spam. Ideal Candidate: - A professional with a proven track record of executing successful Mail Merge email campaigns. - Attention to detail to ensure each email is correctly personalized. - Able to work within a...

    $24 Average bid
    $24 Avg Bid
    40 bids

    We have a platform in PHP and MySQL to manage the services we provide but we have never used it. Currently we manage everything with Excel but there are already many records and various people who work on the file. I need to load our excel database into the MySQL database and start using the tool. The excel database has 20.440 rows and 43 columns.

    $135 Average bid
    $135 Avg Bid
    82 bids

    I need assistance in reducing spam emails. Either through adding better captcha or other methods to reduce amount of spam. Also setup emails in Gmail so can send and recieve from each domain email. If you can do well there can be other work. Also some other various web dev tasks.

    $8 / hr Average bid
    $8 / hr Avg Bid
    30 bids

    I need assistance in reducing spam emails. Either through adding better captcha or other methods to reduce amount of spam. Also setup emails in Gmail so can send and recieve from each domain email. If you can do well there can be other work. Also some other various web dev tasks.

    $125 Average bid
    $125 Avg Bid
    50 bids

    I've been facing issues with my Gmail. I can send emails but I'm unable to receive them. I recently made changes to my DNS settings, specifically to my MX records, which I configured for Gmail. I need an expert to help rectify this issue.

    $26 Average bid
    $26 Avg Bid
    44 bids

    I'm looking for a skilled Excel expert who can transform my investment portfolio data into a user-friendly, dynamic spreadsheet. Key Requirements: 1. Creat...) 3. Utilize advanced graphic design skills to present the data in an intuitive and visually appealing manner. The aim is to create a UX-friendly information table suitable for individual investors. 4. Include a dedicated column with links to Yahoo Finance or Investing.com. Each link should correspond to the historical chart data of each investment position. Ideal Skills: - Proficient in Microsoft Excel - Strong data analysis and visualization skills - Experience in financial data handling - Knowledge of UX design principles - Familiarity with Yahoo Finance and Please note that the data need to be periodically...

    $12 / hr Average bid
    $12 / hr Avg Bid
    17 bids
    Trophy icon Custom Gmail Signature Creation
    9 hours left

    Hi, I have an issue with my Gmail signature: it doesn't look good. Please see the attachment of what it looks like. I need to be able to have a better one in Gmail. It needs to: 1. have ability to click specific element to get hyperlink to the specific page. When they click on BBB logo, it should go to When they click on logo, it should go to 2. items should be aligned properly. 3. BBB and Logo should be side by side 4. Replace current image with attached new one. 5. Image should be in round border instead of square I'll consider different designs. Ultimately, I should be abl eto add it to Gmail and each element should be clickable

    $6 Average bid
    Guaranteed
    $6
    34 entries

    I'm looking to set up a seamless audio processing workflow using Zapier and OpenAI. Key Workflow Steps: - .mp3 files uploaded from OpenPhone to Google Drive should be automatically transcribed and summariz...Flag: - In the summaries, please flag instances of client names, numbers, addresses, email addresses, types of devices, and the nature of the problems discussed. Also a link to the mp3 file that is saved and transcribed on Google Drive. Email Service: - All emails should be sent through our Gmail account. Ideal Skills and Experience: - Proficiency in using Zapier and OpenAI for workflow automation. - Experience in audio transcription and summarization. - Familiarity with integrating Google Drive and Gmail into workflows. - Attention to detail in flagging specific...

    $41 Average bid
    $41 Avg Bid
    16 bids

    I'm looking for a professional to help integrate my Gmail, HubSpot, Slack, and Timely into a seamless workflow. The project involves adding specific tasks and a workflow for each step of my projects. Key Requirements: - Integration of Asana, Gmail, HubSpot, Slack, and Timely - Creation of a comprehensive workflow and task assignment for each step of my projects - Automation of specific tasks including Email notifications, Task assignments, Time tracking and To do tasks for recurrent projects Ideal Skills and Experience: - Prior experience with workflow automation across these platforms - Strong understanding of project management and task assignments - Excellent communication skills to ensure clear understanding of the process and needs Spanish and English speaking ...

    $243 Average bid
    $243 Avg Bid
    7 bids
    Web Page SEO
    3 days left
    Verified

    I'm looking for an SEO expert to enhance my website's visibility and increase traffic. - Primary Goal: The main goal of this SEO project is to boost the website traffic. - Targeted Search Engines: The SEO efforts will be focused on three major search engines: Google, Bing, and Yahoo. Please note that I haven't specified a particular type of content for SEO optimization, thus experience with a range of content types is desirable. Your proposal should ideally detail your previous SEO success stories and strategies.

    $98 Average bid
    $98 Avg Bid
    34 bids

    I'm looking for a software application to be developed in Python and PyQt5 for the Indian share and stock market, specifically targeting indices like Bank Nifty and Nifty. The application will consist of three main modules: - **Module 1**: This module will take real-time data from a data feed provider via their API. For initial testing, the Yahoo API can be used temporarily. - **Module 2**: This is the 'Buy Sell Hold Logic' module. It needs to support automated trading signals, user-configurable trading strategies, risk management features, and orders based on certain calculations over various time periods. We will provide code for the strategies, for example buy sell depends on super trend , then we provide code for super trend, the user shall be able to fine tune ...

    $331 Average bid
    $331 Avg Bid
    11 bids

    I'm looking for a software application to be developed in Python and PyQt5 for the Indian share and stock market, specifically targeting indices like Bank Nifty and Nifty. The application will consist of three main modules: - **Module 1**: This module will take real-time data from a data feed provider via their API. For initial testing, the Yahoo API can be used temporarily. - **Module 2**: This is the 'Buy Sell Hold Logic' module. It needs to support automated trading signals, user-configurable trading strategies, risk management features, and orders based on certain calculations over various time periods. We will provide code for the strategies, for example buy sell depends on super trend , then we provide code for super trend, the user shall be able to fine tune ...

    $386 Average bid
    $386 Avg Bid
    7 bids

    ...ratio. Here's what the project entails: - **Data Extrapolation:** The script should be able to download a stock symbol's data from Yahoo Finance across all available time-frames (daily, hourly etc.) and fill the gaps using a pre-determined ratio. - **Data Adjustment:** The adjusted data should be calculated using the formula: Adjusted Data = downloaded data * Ratio. - **Flexibility:** The script should be adaptable to any stock symbol available on Yahoo Finance, not just the one I'll be providing. The ideal freelancer for this project should have: - Proficiency in Python, with a strong understanding of data manipulation libraries. - Experience working with Yahoo Finance or similar stock data platforms. - Ability to provide clean, well-structured ...

    $25 Average bid
    $25 Avg Bid
    12 bids

    Need GST Management Website Development for CA Firm Description: I am a Chartered Accountant (CA) and I need a custom-built website to manage my clients' GST details efficiently. The website should allow me to: Firstly i need a login page for multiple Firms can Login with their gmail id or Mobile no. through Otp Or password 1. Add and manage client details: GST Number, Username, and Password. 2. Track GST filing status: Indicate whether GSTR-1 or GSTR-3B for a client has been filed or is pending For Last 6 Months. 3. Fetch GST data Using the client's GST credentials, fetch data directly from the GST portal to view filings, returns, and pending tasks Or Other Reports. 4. User-friendly dashboard: Provide an intuitive dashboard where I can see all client statuses in...

    $112 Average bid
    $112 Avg Bid
    8 bids

    I'm in need of a skilled cold caller to sell professional websites to small businesses across various industries in the US. We are seeking an enthusiastic cold caller to reach out to potential leads and promote our professional website services. This is a commission-based position with very high comission percentages and rewards for hitting certain milestones tha...professional website services. This is a commission-based position with very high comission percentages and rewards for hitting certain milestones that offers fantastic earning potential for motivated individuals. You will be responsible for making calls, engaging prospects, and booking calls. If you have excellent communication skills and a passion for sales, we want to hear from you! Kovacevicpetar76 gmail if you...

    $18 / hr Average bid
    $18 / hr Avg Bid
    9 bids

    I need a professional to assist me in setting up my Gmail-based professional email accounts and Outlook. I have about sixteen email accounts that require configuration. Key Responsibilities: - Configure approximately sixteen Gmail professional email accounts - Set up Outlook and other necessary software - Organize email accounts by project or client Ideal Skills and Experience: - Proficient in Gmail and Microsoft Outlook - Prior experience in setting up professional email accounts - Excellent organizational skills - Familiarity with project-based email organization

    $18 Average bid
    $18 Avg Bid
    16 bids

    I'm seeking a seasoned SEO professional to enhance my website's visibility and increase organic traffic across major search engines like Google, Bing, and Yahoo. Key Responsibilities: - Develop and implement an effective SEO strategy targeting both short-tail and long-tail keywords. - Provide expert recommendations on additional keyword types and SEO strategies. - Regularly track, analyze, and report on SEO performance metrics. Ideal Skills and Experience: - Proven experience in website SEO with a track record of increasing organic traffic. - In-depth knowledge of SEO tools and techniques for major search engines. - Strong analytical skills to evaluate SEO performance and make necessary adjustments. - Excellent communication skills to provide clear and concise reports a...

    $18 / hr Average bid
    $18 / hr Avg Bid
    127 bids

    ... Key Responsibilities 1. Posting Links Across the Internet: You are responsible for posting links on different websites and platforms every day, including but not limited to: Online forums and communities. Blog comment sections and article discussions. Social media platforms (Facebook Groups, LinkedIn Groups, Reddit, etc.). Classified ad sites (e.g., Gumtree, etc.). Q&A platforms (e.g., Quora, Yahoo Answers). Open directories and resource listings. Niche-specific forums (e.g., hobby groups, regional platforms). Public website comment sections. Video comment sections (e.g., Vimeo). Note: You are responsible for finding suitable platforms and websites where the links can be posted effectively. The links must be posted thoughtfully and without spamming to avoid removal. 2. Stri...

    $1 / hr Average bid
    $1 / hr Avg Bid
    39 bids

    I'm looking for an experienced Laravel developer to set up and configure my recently purchased Ready Commerce application. This includes setting up the website and admin panel, as well as configuring the User App, Seller App, and Delivery Man App. Key tasks include: - Customizing app names, package names, logos, splash images, and theme colors (dark yellow) - SMTP Mail configuration (Gmail, SendGrid, or Office 365 - to be discussed) - Setting up existing payment gateway and SMS gateway - Managing and configuring resources for publishing on Play Store and App Store - Translating all applications to local language (for User App) - Configuring Delivery Man App for publishing on Play Store and App Store Ideal candidate should have: - Extensive experience with Laravel - Previous w...

    $82 Average bid
    $82 Avg Bid
    30 bids

    ... Key Responsibilities 1. Posting Links Across the Internet: You are responsible for posting links on different websites and platforms every day, including but not limited to: Online forums and communities. Blog comment sections and article discussions. Social media platforms (Facebook Groups, LinkedIn Groups, Reddit, etc.). Classified ad sites (e.g., Gumtree, etc.). Q&A platforms (e.g., Quora, Yahoo Answers). Open directories and resource listings. Niche-specific forums (e.g., hobby groups, regional platforms). Public website comment sections. Video comment sections (e.g., Vimeo). Note: You are responsible for finding suitable platforms and websites where the links can be posted effectively. The links must be posted thoughtfully and without spamming to avoid removal. 2. Stri...

    $3 / hr Average bid
    $3 / hr Avg Bid
    28 bids

    I'm looking for an experienced Laravel developer to set up and configure my recently purchased Ready Commerce application. This includes setting up the website and admin panel, as well as configuring the User App, Seller App, and Delivery Man App. Key tasks include: - Customizing app names, package names, logos, splash images, and theme colors (dark yellow) - SMTP Mail configuration (Gmail, SendGrid, or Office 365 - to be discussed) - Setting up existing payment gateway and SMS gateway - Managing and configuring resources for publishing on Play Store and App Store - Translating all applications to local language (for User App) - Configuring Delivery Man App for publishing on Play Store and App Store Ideal candidate should have: - Extensive experience with Laravel - Previous w...

    $115 Average bid
    $115 Avg Bid
    31 bids

    I'm in need of a professional who can develop a fully automated system for setting up SPF, DKIM, and DMARC for both Google and Microsoft Outlook accounts. This system should require no reporting features, just seamless, straightforward automation. Ideal skills for this project include: - Expertise in email authentication protocols (SPF, DKIM, DMARC) - Experience with Google and Microsoft Outlook systems - Ability to develop fully automated systems - Experience with APIs to setup the SPF, DKIM and DMARC records Please ensure you have relevant experience and can provide a portfolio of similar projects completed.

    $119 Average bid
    $119 Avg Bid
    19 bids
    Web-Based HR Management System
    20 hours left
    Verified

    I'm seeking a web developer to create a small-scale HR management system. The application should allow the addition of new employees, inclusive of basic details and department allocation. It should automatically generate offer letters and send them to the respective employee's Gmail account. Key Features: - Employee Management: HR can add new employees and update their salary. The system should capture the employee's name and contact information, position and department, emergency contact and ID proofs. Additionally, there should be an option to upload various documents like Adhaar card, PAN card, education and experience letters. Employee onboarding page where they can enter all personal and professional details and attach the above mention documents. - Attendance ...

    $124 Average bid
    $124 Avg Bid
    40 bids

    As a startup company specializing in herbal tea, we are seeking a seasoned SEO expert to join our small team as a freelancer for a few months. Your primary responsibility will be to enhance our search engine rankings across multiple platforms, with a particular focus on Google, Bing, and Yahoo. Key Responsibilities: - Implement comprehensive SEO strategies for our websites - Prioritize improving our search engine rankings - Focus on all aspects of SEO including On-page, Off-page, and Technical SEO - Provide training and guidance to our internal team members for recurring tasks Ideal Candidate: - Extensive experience in SEO, particularly in improving search engine rankings - Proven track record of successful SEO campaigns - Excellent communication skills for training purposes - Abi...

    $176 Average bid
    $176 Avg Bid
    55 bids

    I'm looking for a freelancer who can help me set up an email server on Hestiacp using Roundcube. Key Requirements: I have already created panel of hestiacp on VPS hosting. and created email accounts. But now My emails are not delivering in gmail or any account. I need support to setup SMTP. Ideal Skills: - Proven experience with Hestiacp and Roundcube is a must. - Strong understanding of email server configuration for business use. - Expertise in implementing standard security with encryption on email accounts. - Prior experience in setting up custom domain support on email servers.

    $15 Average bid
    $15 Avg Bid
    18 bids

    I'm seeking an expert in stock price prediction who can leverage GPT-3 to forecast market indices. The historical data source will be Yahoo Finance, and I need the freelancer to not only perform the prediction but also secure the data with hashing to ensure its integrity. Key Tasks: - Utilize GPT-3 for predicting market indices - Use Yahoo Finance for historical data - Implement data integrity measures via hashing Ideal Skills: - Proficiency in using GPT-3 - Experience in stock market analysis - Knowledge of data security measures - Familiarity with Yahoo Finance

    $1049 Average bid
    $1049 Avg Bid
    47 bids

    Gmail expert to fix mail issues

    $50 Average bid
    $50 Avg Bid
    1 bids

    I'm seeking a skilled data scraper to extract stock prices from Yahoo Finance. The data should cover both the NYSE and NASDAQ. Key Responsibilities: - Scrape real-time and historical stock prices from Yahoo Finance. - Implement data scraping in a way that it can be run periodically. - Store the scraped data into a MySQL database using "INSERT ON DUPLICATE KEY UPDATE" to handle potential duplicates. Ideal Skills: - Proven experience in web scraping, particularly finance data. - Strong knowledge in MySQL and data management. - Familiarity with Yahoo Finance and stock market data. Please bid if you can provide a prototype and have experience in similar projects.

    $127 Average bid
    $127 Avg Bid
    38 bids

    I'm looking for a freelancer who can set up an automation system for my Gmail using ChatGPT. The purpose of this system is to prepare casual draft responses to my emails, specifically from known contacts. This should exclude promotional, spam, social media, and update emails, focusing only on the 'main part' emails. Key requirements: - The system should automatically sync with my Gmail contacts to identify 'main part' emails. - Casual tone for all generated responses. Ideal skills and experience: - Proficiency in ChatGPT and Gmail automation - Experience with casual tone email responses - Familiarity with automating tasks based on known contacts

    $144 Average bid
    $144 Avg Bid
    41 bids

    ...meaning you will receive the full bid amount if it is accepted. If you have links to videos or voice recordings of you, please list them. A short script has been added to this posting as well. As an optional step, if you do not have past voice recording experience on your Upwork profile, you may submit a recording of yourself reading the script. When you give us your email address, please provide a Gmail address that we can share files with on Google Drive. Hiring is expected to continue through the first quarter of 2025....

    $20 / hr Average bid
    $20 / hr Avg Bid
    1 bids

    I need help with a mail merge project using Gmail. The data source will be a CSV file. The emails will be composed in plain text. Skills and experience required: - Proficiency in Gmail - Experience with mail merge processes - Familiarity with handling CSV files - Ability to compose clear, concise plain text emails

    $2 / hr Average bid
    $2 / hr Avg Bid
    5 bids

    ... Key Responsibilities 1. Posting Links Across the Internet: You are responsible for posting links on different websites and platforms every day, including but not limited to: Online forums and communities. Blog comment sections and article discussions. Social media platforms (Facebook Groups, LinkedIn Groups, Reddit, etc.). Classified ad sites (e.g., Gumtree, etc.). Q&A platforms (e.g., Quora, Yahoo Answers). Open directories and resource listings. Niche-specific forums (e.g., hobby groups, regional platforms). Public website comment sections. Video comment sections (e.g., Vimeo). Note: You are responsible for finding suitable platforms and websites where the links can be posted effectively. The links must be posted thoughtfully and without spamming to avoid removal. 2. Stri...

    $7 / hr Average bid
    $7 / hr Avg Bid
    94 bids

    I'm looking for an SEO expert who can help increase the organic traffic to my new content/editorial website. The primary goal is to enhance the site's visibility across major search engines, specifically Google, Bing, and Yahoo. As well as devise and create social media marketing Ideal Skills: - Proven track record in SEO, particularly for content sites - Familiarity with Google, Bing, and Yahoo's ranking algorithms - Experience in driving organic traffic - Proficiency in using SEO tools - Strong analytical skills to assess and adapt strategies - Social media marketing This will be a full time role of 37 hours per week.

    $3 / hr Average bid
    $3 / hr Avg Bid
    71 bids

    I'm having synchronization issues on my Outlook for Mac, specifically with the Calendar. This is with my Outlook/Hotmail account. Ideal Skills and Experience: - Expertise in Outlook for Mac - Strong troubleshooting skills - Familiarity with Outlook/Hotmail synchronization issues - Ability to resolve Calendar sync problems

    $16 / hr Average bid
    $16 / hr Avg Bid
    3 bids

    **Project Description: Custom Business Domain with Email Hosting** This project aims to establish a custom domain for my business using a ".com" extension (e.g., ****). The domain will inc...engines. 2. **Email Hosting**: Professional email hosting for the organization, allowing employees to use personalized business emails. 3. **Moderate Storage Space**: Sufficient storage for email accounts and associated data to meet medium-sized business needs. 4. **Google Workspace Compatibility**: The domain and email services will be integrated with Google Workspace for seamless access to Gmail, Drive, and other productivity tools. The project focuses on simplicity, reliability, and scalability, ensuring it meets the communication and storage needs of the business effici...

    $188 Average bid
    $188 Avg Bid
    60 bids
    Trophy icon Business card design
    Ended

    I need a business card design, the design can be the same or similar but we will need three different files with different names and contact information: *IF YOU DONT INCLUDE OUR LOGO YOUR ENTRY WILL BE REJECTED* Please include our CHAOS logo (attached to brief) Please make color scheme: Red/Silver or R...Please include our CHAOS logo (attached to brief) Please make color scheme: Red/Silver or Red/Black Slogan: We Cause CHAOS (you can use the logo in place of the text "CHAOS" Please keep the theme Soccer related please add our website: Kyle Lesperance Director of Coaching GISACoachingDirector @ 734 626 0862 Ashlee Lesperance Director of Operations ChaosPDA @ gmail . com 734 301 1721 Ronald Hutchinson Head Coach RHutchinson36 @ 313 574 1321

    $10 Average bid
    Guaranteed
    $10
    103 entries

    I require a modification to my Python script which presently downloads data from Yahoo and adjusts for inflation. The script needs to be able to adjust for inflation on a specified date, rather than the current date. Key Modifications: - Allow manual input for the date used for inflation adjustment. - Add two new columns to the dataset: 1. A column for the inflation ratio (%), calculated based on the market value and the adjusted value. 2. A column that calculates the result of the formula R=ax+by+cz, with a, b, c being arbitrary constants and x, y, z being data pulled from the current row. I've attached the current script and my attempts at modification. The script will be validated and tested in Jupyter Notebook. Ideal skills for this job include: - Proficiency in Py...

    $19 Average bid
    $19 Avg Bid
    5 bids